Skip to main content

Module parser_new

Module parser_new 

Source
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