Versions in this module Expand all Collapse all v0 v0.3.0 Jul 30, 2023 v0.2.0 Jun 11, 2023 v0.1.5 Dec 27, 2022 v0.1.4 Dec 18, 2022 v0.1.3 Nov 20, 2022 v0.1.2 Nov 6, 2022 v0.1.1 Sep 18, 2022 v0.1.0 Sep 4, 2022 v0.0.9 Aug 21, 2022 v0.0.8 Aug 21, 2022 v0.0.7 Aug 14, 2022 v0.0.6 Aug 7, 2022 Changes in this version + const AND + const ASC + const BY + const DESC + const DUR + const EQ + const IDENT + const LIMIT + const NEQ + const NOT + const NUMBER + const OR + const ORDER + const STRING + func Parse(query string) (*ast.Query, error) + type Lexer struct + func (l *Lexer) Error(err string) + func (l *Lexer) Lex(lval *yySymType) int + func (l *Lexer) Match(token rune, lval *yySymType) int + type ParseError struct + Column int + Explanation string + Length int + Line int + Message string + Offset int + func (err *ParseError) Error() string