code_ast icon indicating copy to clipboard operation
code_ast copied to clipboard

Fast and robust AST parsing of any language

Results 2 code_ast issues
Sort by recently updated
recently updated
newest added

## Overview When attempting to use code_ast==0.1.1 to parse PHP files, I encountered a series of critical issues related to Tree-sitter language integration. These include missing parser source files, language...

tree-sitter' goal is that It can build a concrete syntax tree for a source file. If code_ast's backend is tree-sitter, so the tree is cst, not ast?