Versions in this module Expand all Collapse all v0 v0.1.0 Jun 2, 2026 Changes in this version + func Parse(query string) (ast.Query, error) + func ParseStrict(query string) (ast.Query, []error) + type ParseError struct + Column int + Expected []string + Line int + Message string + OffendingToken string + func AsParseErrors(errs []error) ([]*ParseError, []error) + func (e *ParseError) Error() string + type SemaError struct + Message string + Pos ast.Position + Rule string + func (e *SemaError) Error() string