//
pkg.gl
Category
github.com/dileepdkumar/https-github.com-cockroachdb-cockroach2
pkg
internal
rsg
yacc
package
1.1.2
Repository:
https://github.com/dileepdkumar/https-github.com-cockroachdb-cockroach2.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
428 SLOC
#
Functions
New
New allocates a new parse tree with the given name.
Parse
Parse parses the yacc file text with optional name.
#
Constants
TypLiteral
TypLiteral is the literal type.
TypToken
TypToken is the token type.
#
Structs
ExpressionNode
ExpressionNode hold a single expression.
Item
Item hold an item.
ProductionNode
ProductionNode holds is a named production of multiple expressions.
Tree
Tree is the representation of a single parsed file.
#
Type aliases
ItemTyp
ItemTyp is the item type.
Pos
Pos represents a byte position in the original input text from which this template was parsed.