[parser] Remove bad LALR implementation, start cleanup

This commit is contained in:
John Doty 2024-10-10 07:58:16 -07:00
parent da7ca95a86
commit 2656a1d328
4 changed files with 36 additions and 135 deletions

2
TODO
View file

@ -1,2 +0,0 @@
- Generate LALR lookaheads directly from LR0 states, not as LR1 + Merge, for speed
(Alternately, implement the Pager/Chen algorithm on LR1 for state merging)