Documentation ¶
Overview ¶
Package yacc parses .y files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpressionNode ¶
ExpressionNode hold a single expression.
type Pos ¶
type Pos int
Pos represents a byte position in the original input text from which this template was parsed.
type ProductionNode ¶
type ProductionNode struct { Pos Name string Expressions []*ExpressionNode }
ProductionNode holds is a named production of multiple expressions.
Click to show internal directories.
Click to hide internal directories.