expose Parser constructor
[sbp.git] / TODO
diff --git a/TODO b/TODO
index 0c2d747..2432db1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,27 +1,36 @@
 _____________________________________________________________________________
 Immediately
 
-  - Sequence shouldn't be an Element
-  - Should Tree<T> really be type-parameterized?
+  - evil problems with: (x y? z /ws)
+     - it gets even more evil than that
 
-  - More topology untangling
-  - needs/hates/follow API ugliness
+  - Annotation Tutorial
 
-  - do Forest/Tree still need a Region?
-  - reconsider the degree of genericization
-  - GraphViz stuff pollutes the API...
-  - Forest needs a "manual access" API
-      - the unwrap bit in Forest makes it really hard to expose an API for forests
+  - MUST HAVE BETTER ERROR MESSAGES
+     - when ambiguity encountered, show text region (where-to-where)
+     - use for developing java15.g
+
+  - java15.g
+
+  - topology no longer needed as an arg to parser
+  - expose parser's protected method?
 
-  - evil problems with      (x y? z /ws)
-  - ParseFailed, GSS, Walk, Parser, Sequence, Forest
   - copyright notices
-  - documentation
 
+
+______________________________________________________________________________
+v1.1
+
+  - broader regression testing (for stuff like error messages, etc)
+
+  - More topology untangling [later]
+  - tib: use the lexer only for indentation increases/decreases
   - grammar highlighting?
-  - comment indentation vs block indentation?
-  - { and } in <pre>
-  - recursive { { foo } }
+
+  - Forest needs a "manual access" API
+      - the unwrap bit in Forest makes it really hard to expose an API for forests
+
+
 
 ______________________________________________________________________________
 v1.1