Function parol::analysis::lalr1_parse_table::calculate_lalr1_parse_table

source ยท
pub fn calculate_lalr1_parse_table(
    grammar_config: &GrammarConfig,
) -> Result<(LRParseTable, Vec<LRResolvedConflict>)>
Expand description

Calculate the LALR(1) parse table for the given grammar configuration.