Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Production ¶
type Production struct { Alternate int Head string Body *ast.SyntaxAlternate }
func Get ¶
func Get(rules []*ast.SyntaxRule) (prods []*Production)
func (*Production) String ¶
func (p *Production) String() string
Click to show internal directories.
Click to hide internal directories.