checkpoint
[sbp.git] / TODO
diff --git a/TODO b/TODO
index 9c1b408..0ec9353 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,13 +1,14 @@
 _____________________________________________________________________________
 Immediately
 
+  - finalize metagrammar and rdp-op's
+
   - Lay down the law on the different kinds of Sequence productions
     and how they work.
 
      => mydrop
      => mylift
 
-  - whitespace-in-braces?
   - Deal with the problem of zero-rep productions and whitespace insertion
 
   - switch maximal to not-followed-by (~/~)
@@ -123,3 +124,9 @@ Later
   - implement Johnstone's algorithm for "reduced, resolved LR
     tables" to eliminate superfluous reductions on
     epsilon-transitions.
+
+______________________________________________________________________________
+Neat Ideas
+
+  - Rekers & Koorn note that GLR Substring Parsing can be used to do
+    really elegant and generalized "autocompletion".