checkpoint
[sbp.git] / TODO
diff --git a/TODO b/TODO
index f059a77..d7afed2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,25 @@
 _____________________________________________________________________________
 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...
 
   - better ambiguity debugging tools