Versions in this module Expand all Collapse all v0 v0.2.4 Jun 13, 2026 v0.2.0 Jun 11, 2026 Changes in this version + const AND_PREC + const CALL + const COMPARE + const IN_PREC + const LOWEST + const NOT_PREC + const OR_PREC + const POWER + const PRODUCT + const PROPERTY + const STRING_OP + const SUM + const UNARY + type Parser struct + func New(l *lexer.Lexer) *Parser + func (p *Parser) Errors() []string + func (p *Parser) ParseQuery() *ast.Query