diff --git a/TODO b/TODO new file mode 100644 index 0000000..70197ad --- /dev/null +++ b/TODO @@ -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) \ No newline at end of file