Skip to main content

Module engine

Module engine 

Source
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§

QueryDrivenParser
A language-agnostic parser driven by tree-sitter queries.