Type Definition logos::Lexicon

source ·
pub type Lexicon<Lexer> = [Option<fn(_: &mut Lexer)>; 256];
Expand description

A lookup table used internally. It maps indices for every ASCII byte to a function that takes a mutable reference to the Lexer.