Expand description
Parser for the query language
This module implements a recursive descent parser that builds an Abstract Syntax Tree (AST) from a stream of tokens. The parser respects operator precedence: NOT > AND > OR.
Structsยง
- Parser
- Parser for query language