Skip to content

code_ast v0.1.0

Latest
Compare
Choose a tag to compare
@cedricrupb cedricrupb released this 28 Jun 08:21
· 3 commits to main since this release

The first version of code_ast.

Features

The version introduces the following features:

  • Introduction of AST Parsing API
  • Fast AST parsing backend based on Tree-Sitter
  • Full support of Tree-Sitter: Currently, all languages which are supported by Tree-Sitter can be parsed
  • Auto loading: The parser definition for each language is automatically downloaded