Stuff to do

This commit is contained in:
John Doty 2024-06-06 08:19:54 -07:00
parent 68a8e9298b
commit f904f7eea3

3
TODO Normal file
View file

@ -0,0 +1,3 @@
- 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)