pub fn generate_parser_source(
    grammar_config: &GrammarConfig,
    lexer_source: &str,
    auto_generate: bool,
    user_type_name: &str,
    module_name: &str,
    la_dfa: &BTreeMap<String, LookaheadDFA>
) -> Result<String>
Expand description

Generates the parser part of the parser output file.