News

This package contains tools for parsing source code into annotated json data structure: we extracted import statements, global assignments, top-level methods, classes, class methods and attributes, ...
The code-to-tree server's goals are: Give LLMs the capability of accurately converting source code into AST (Abstract Syntax Tree), regardless of language. One standalone binary should be everything ...