mozilla-spidermonkey / jsparagus

Experimental JS parser-generator project.
Other
447 stars 20 forks source link

Rewrite states within Actions. #530

Closed nbp closed 4 years ago

nbp commented 4 years ago

This change is needed as part of the work on #430, as FilterState action is introduced, an Action can hold a state index. When making changes to the parse table, we should keep these state indexes up-to-date.