Expand description
Generic query-driven parser engine.
QueryDrivenParser uses tree-sitter’s Query API to extract symbols,
calls, and imports from any language. Each language supplies a
LanguageConfig with its grammar
and S-expression queries; the engine compiles and runs them.
Structs§
- Query
Driven Parser - A language-agnostic parser driven by tree-sitter queries.