Expand description
ArborParser - The Eyes of Arbor
This module implements high-performance code parsing using Tree-sitter queries. It extracts symbols (functions, classes, interfaces) and their relationships (imports, calls) to build a comprehensive code graph.
The parser is designed for incremental updates - calling it on the same file will update existing nodes rather than creating duplicates.
Structs§
- Arbor
Parser - High-performance code parser using Tree-sitter queries.
- Parse
Result - Result of parsing a single file.
- Symbol
Relation - A relationship between two symbols in the code.
Enums§
- Relation
Type - Types of relationships between code symbols.