pub fn calculate_lookahead_dfas(
    grammar_config: &GrammarConfig,
    max_k: usize
) -> Result<BTreeMap<String, LookaheadDFA>>
Expand description

Calculates lookahead DFAs for all non-terminals, where k is the limit.