Expand description
The core query interpreter.
Executes a compiled query against a tree-sitter AST, producing an effect stream that can be materialized into a structured value.
See ADR-0006 for detailed execution semantics.
Structsยง
- Query
Interpreter - Query interpreter that executes a compiled query against an AST.