package
0.0.0-20170824124048-14e01491193a
Repository: https://github.com/blacktear23/tidb.git
Documentation: pkg.go.dev

# Packages

Goyacc is a version of yacc generating Go parsers.
No description provided by the author

# Functions

New returns a Parser object.
NewScanner returns a new scanner object.
TrimComment trim comment for special comment code of MySQL.

# Constants

Error codes.

# Variables

Error instances.
SpecFieldPattern special result field pattern.

# Structs

Parser represents a parser instance.
Pos represents the position of a token.
Scanner implements the yyLexer interface.