fix(generate): propagate node types error
(cherry picked from commit c740f244ba)
This commit is contained in:
parent
c15938532d
commit
6f944de32f
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,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