fixed tibdoc
[sbp.git] / TODO
diff --git a/TODO b/TODO
index 47593cb..f059a77 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,14 @@
 _____________________________________________________________________________
 Immediately
 
-  - Repeat, Sequence, Tree
-  - simplify Forest (considerably)
+  - I still don't like Atom.Infer and Atom.Invert...
 
-  - decent/better error messages
-      - fix the location stuff, it's broken
+  - better ambiguity debugging tools
+
+  - ParseFailed, GSS, Walk, Parser, Sequence, Forest
+
+  - Fix the metagrammar (really?)
+      - evil problems with      (x y? z /ws)
 
   - copyright notices
   - documentation
@@ -21,6 +24,8 @@ v1.1
       - RFC2822 (email message/headers)
   - clean up the whole Walk situation (?)
 
+  - what if Tree<> could unwrap itself?
+
 
 ______________________________________________________________________________
 Soon
@@ -44,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