checkpoint
[sbp.git] / TODO
diff --git a/TODO b/TODO
index 58123e7..d7afed2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,33 @@
 _____________________________________________________________________________
 Immediately
 
+- If a top-level rule has labels but no head-tag, like this
+    Foo = a:Bar b:Baz
+  then infer the name of the rule it belongs to
+
+create( $c:{...}, class ) =
+  return create($c:{...})
+
+create( h:{...}, class ) = 
+
+create( , String)
+
+create( _:{...}, String) = treat as char[]
+create( _:{...}, c[] )   = { create(.,c), create(.,c), ... }
+
+create( $c:{...} ) =
+
+
+  - clean up the visualization (?)
+
   - I still don't like Atom.Infer and Atom.Invert...
 
-  - Fix the metagrammar (really?)
+  - better ambiguity debugging tools
 
-  - decent/better error messages
-      - fix the location stuff, it's broken
+  - ParseFailed, GSS, Walk, Parser, Sequence, Forest
+
+  - Fix the metagrammar (really?)
+      - evil problems with      (x y? z /ws)
 
   - copyright notices
   - documentation
@@ -22,6 +43,8 @@ v1.1
       - RFC2822 (email message/headers)
   - clean up the whole Walk situation (?)
 
+  - what if Tree<> could unwrap itself?
+
 
 ______________________________________________________________________________
 Soon