package
0.0.0-20220427224554-e3eb74345c33
Repository: https://github.com/swampapp/swamp.git
Documentation: pkg.go.dev
# README
Swamp query parser loosely based on Ben B. Johnson's SQL Parser
# Functions
NewParser returns a new instance of Parser.
NewScanner returns a new instance of Scanner.
No description provided by the author
# Constants
No description provided by the author
literals.
Special tokens.
No description provided by the author
No description provided by the author
Keywords.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Token represents a lexical token.