Document the decision

This commit is contained in:
John Doty 2024-06-15 06:18:04 -07:00
parent fb2dff51df
commit c82f53c346
2 changed files with 12 additions and 2 deletions

1
TODO
View file

@ -1,3 +1,2 @@
- Make terminal and nonterminal spaces disjoint, allow gammars to name them the same way
- Generate LALR lookaheads directly from LR0 states, not as LR1 + Merge, for speed
(Alternately, implement the Pager/Chen algorithm on LR1 for state merging)