checkpoint
[sbp.git] / TODO
diff --git a/TODO b/TODO
index d7afed2..2cec777 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,34 +1,15 @@
 _____________________________________________________________________________
 Immediately
 
 _____________________________________________________________________________
 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
+- Migrate Demo.java -> MetaGrammar.java
+    - Figure out serialization
 
 
-create( $c:{...}, class ) =
-  return create($c:{...})
+- Clean up the prioritized-match garbage
+ - evil problems with      (x y? z /ws)
 
 
-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...
-
-  - better ambiguity debugging tools
 
 
+  - better ambiguity debugging tools / visualization
   - ParseFailed, GSS, Walk, Parser, Sequence, Forest
   - ParseFailed, GSS, Walk, Parser, Sequence, Forest
-
-  - Fix the metagrammar (really?)
-      - evil problems with      (x y? z /ws)
-
   - copyright notices
   - documentation
 
   - copyright notices
   - documentation