pub fn run_dfa(
    automaton: &Automaton,
    input: &Text,
    index: usize
) -> Option<TokenMatch>
Expand description

Runs the lexer’s DFA to match a terminal in the input ahead