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