//
pkg.gl
Category
github.com/vescale/zgraph
parser
package
0.0.0-20230410094002-959c02d50f95
Repository:
https://github.com/vescale/zgraph.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
4.4k SLOC
#
Packages
ast
Package ast is the abstract syntax tree parsed from a SQL statement by parser.
format
No description provided by the author
goyacc
Goyacc is a version of yacc generating Go parsers.
model
No description provided by the author
opcode
No description provided by the author
#
Functions
New
No description provided by the author
NewLexer
NewLexer returns a new scanner object.
#
Structs
Lexer
Lexer implements the yyLexer interface.
Parser
No description provided by the author
Pos
Pos represents the position of a token.