fix(generate): propagate node types error
This commit is contained in:
parent
5ed2c77b59
commit
c740f244ba
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ fn generate_parser_for_grammar_with_opts(
|
|||
&lexical_grammar,
|
||||
&simple_aliases,
|
||||
&variable_info,
|
||||
);
|
||||
)?;
|
||||
let supertype_symbol_map =
|
||||
node_types::get_supertype_symbol_map(&syntax_grammar, &simple_aliases, &variable_info);
|
||||
let tables = build_tables(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue