Versions in this module Expand all Collapse all v1 v1.0.0 Jan 15, 2026 Changes in this version + const ADD_PREC + const ALIAS_PREC + const AND_PREC + const CALL + const COMPARE + const CONCAT_PREC + const HIGHEST + const LOWEST + const MUL_PREC + const NOT_PREC + const OR_PREC + const TERNARY_PREC + const UNARY + func Explain(stmt ast.Statement) string + func ExplainStatements(stmts []ast.Statement) string + func Parse(ctx context.Context, r io.Reader) ([]ast.Statement, error) + type Parser struct + func New(r io.Reader) *Parser + func (p *Parser) ParseStatements(ctx context.Context) ([]ast.Statement, error)