From f904f7eea37c41bfc8504abb8588a24a75be9646 Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 6 Jun 2024 08:19:54 -0700 Subject: [PATCH] Stuff to do --- TODO | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 TODO 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