Type Definition 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.