Reduce lex table size by merging compatible entry point states

This commit is contained in:
Max Brunsfeld 2019-01-07 09:59:04 -08:00
parent 001f8c8f55
commit 4e29fe69df
3 changed files with 80 additions and 4 deletions

View file

@ -59,6 +59,8 @@ pub(crate) fn build_tables(
syntax_grammar,
lexical_grammar,
&keywords,
&coincident_token_index,
&token_conflict_map,
minimize,
);
Ok((