checkpoint
[sbp.git] / TODO
diff --git a/TODO b/TODO
index fb89b52..2cec777 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,17 @@
 _____________________________________________________________________________
 Immediately
 
-  - clean up the whole Walk situation (?)
+- Migrate Demo.java -> MetaGrammar.java
+    - Figure out serialization
+
+- Clean up the prioritized-match garbage
+ - evil problems with      (x y? z /ws)
 
-  - decent/better error messages
-      - fix the location stuff, it's broken
 
+  - better ambiguity debugging tools / visualization
+  - ParseFailed, GSS, Walk, Parser, Sequence, Forest
+  - copyright notices
+  - documentation
 
 ______________________________________________________________________________
 v1.1
@@ -16,6 +22,9 @@ v1.1
       - TeX (math?)
       - URL (RFC)
       - RFC2822 (email message/headers)
+  - clean up the whole Walk situation (?)
+
+  - what if Tree<> could unwrap itself?
 
 
 ______________________________________________________________________________
@@ -40,6 +49,9 @@ Soon
   - inference of rejections for literals
   - "prefer whitespace higher up" (?)
 
+  - Labeled edges on trees (associate a label with each slot in the
+    child array in Forest.Body?  might make equality tough) --
+    equivalent to Feature Structures.  Colon-labeling.
 
 ______________________________________________________________________________
 Later