Documentation
¶
Index ¶
Constants ¶
View Source
const ( NoState = -1 NumStates = 165 NumSymbols = 223 )
Variables ¶
View Source
var ActTab = ActionTable{}/* 165 elements not displayed */
View Source
var TransTab = TransitionTable{}/* 165 elements not displayed */
Functions ¶
This section is empty.
Types ¶
type ActionTable ¶
type TransitionTable ¶
Let s be the current state Let r be the current input rune transitionTable[s](r) returns the next state.
Click to show internal directories.
Click to hide internal directories.