pub const TWO_ASCII_TRIVIAL_TOKENS: &[(&[u8; 2], TokenTy)];
lexer
Trivial tokens that are two ASCII characters and can be matched directly against the input source code.