Documentation
¶
Overview ¶
Package cirql is the covered seam over the generated ANTLR parser: it turns a cirql query string into a typed ast.Pipeline and any syntax error into the ErrParse sentinel. The generated lexer/parser live in src/grammar/cirql and are never edited by hand.
Index ¶
Constants ¶
View Source
const ErrParse errs.Const = "cirql: parse error"
ErrParse is returned for any lexer or parser syntax error; the wrap adds the source position and the underlying message.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.