-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
There appear to be techniques to reduce the number of states in the automaton.
-
The Lane Table algorithm shows how to augment an LR(0) automaton to use an LR(1) lookahead only where necessary
-
Practical LR(k) Parser Construction shows how to reduce the number of states in an LR(1) automaton where possible (calls this the "Honalee algorithm")
Metadata
Metadata
Assignees
Labels
No labels