Expand description
Tree-sitter based AST parsing for accurate code analysis
This module replaces regex-based parsing with proper syntax-aware analysis using tree-sitter parsers for multiple programming languages.
Structs§
- AstChunk
- A parsed code chunk with semantic information
- AstImport
- Import information extracted from AST
- AstParser
- Tree-sitter based AST parser and analyzer
- AstSignature
- Extracted signature information
- Entity
Location - Location of an entity in the codebase
- Entity
Query - Query for finding entities
Enums§
- AstLanguage
- Supported programming languages for AST parsing
- Entity
Type - Entity type for search queries