Documentation
¶
Overview ¶
Package symbols is generated by gogll. Do not edit.
Index ¶
Constants ¶
View Source
const NumNTs = 16
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type L ¶
type L int
L is the type of lookahead symbols
func (L) IsLookahead ¶
func (L) IsNegative ¶
func (L) IsNonTerminal ¶
func (L) IsPositive ¶
type NT ¶
type NT int
NT is the type of non-terminals symbols
func (NT) IsLookahead ¶
func (NT) IsNonTerminal ¶
type T ¶
type T int
T is the type of terminals symbols
func (T) IsLookahead ¶
func (T) IsNonTerminal ¶
Click to show internal directories.
Click to hide internal directories.