add test case illustrating indentation-based parsing
[sbp.git] / TODO
diff --git a/TODO b/TODO
index f8746d0..07e6c74 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,16 @@
+
+- A new alternative (choice) operator that says "the compiler should
+  be able to statically determine that there is no ambiguity here"
+
+- Composable parsers (parser that generate output that is input to
+  future parsers).  Use trees?
+
 _____________________________________________________________________________
 Immediately
 
+  - keywordification (ie globally reject from all productions?
+  - generalized follow-by?)
+
   - clean up util package
 
   - currently we GC the doomed stack when the parent dies... but