Function enso_flexer::generate::dfa_has_rule_name_for[][src]

pub fn dfa_has_rule_name_for(
    nfa: &AutomatonData,
    dfa: &Dfa,
    state: State
) -> bool
Expand description

Check if the DFA has a rule name for the provided target state.