Module interpreter

Module interpreter 

Source
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ยง

QueryInterpreter
Query interpreter that executes a compiled query against an AST.