//
pkg.gl
Category
github.com/botscubes/bql
internal
parser
package
0.0.0-20240617191540-827893666530
Repository:
https://github.com/botscubes/bql.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
473 SLOC
#
Functions
New
No description provided by the author
#
Constants
CALL
call(x) or ( expr ).
EQUALS
==.
INDEX
[.
LAND
&&.
LESSGREATER
> or < or <= or >=.
LOR
||.
LOWEST
No description provided by the author
PREFIX
-x or !x.
PRODUCT
* % /.
SUM
+.
#
Structs
Parser
No description provided by the author