Type Alias parol_runtime::parser::NonTerminalIndex

source ยท
pub type NonTerminalIndex = usize;
Expand description

Index of a non-terminal within the slice of lookahead automatons of a generated parser. Also used to index into the slice of non-terminal names in the generated parser.