Reduce lex table size by merging compatible entry point states
This commit is contained in:
parent
001f8c8f55
commit
4e29fe69df
3 changed files with 80 additions and 4 deletions
|
|
@ -59,6 +59,8 @@ pub(crate) fn build_tables(
|
|||
syntax_grammar,
|
||||
lexical_grammar,
|
||||
&keywords,
|
||||
&coincident_token_index,
|
||||
&token_conflict_map,
|
||||
minimize,
|
||||
);
|
||||
Ok((
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue