Function enso_flexer::generate::automaton_for_group[][src]

pub fn automaton_for_group(
    group: &Group,
    registry: &Registry
) -> Result<Vec<ImplItem>, GenError>
Expand description

Generate the functions that implement the lexer automaton for a given lexer state.