checkpoint
[sbp.git] / TODO
diff --git a/TODO b/TODO
index cecd2d4..9362404 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,28 +1,33 @@
 _____________________________________________________________________________
 Immediately
 
-  - Sequence extends Element (?) -> then add Union.add(element)
-  - Parameterize Sequence/Union/Atom <Tok,Result>
-  - Make sure we never use raw types
-  - do Forest/Tree still need a Region?
+  - evil problems with: (x y? z /ws)
+     - it gets even more evil than that
 
-  - More topology untangling
+  - Annotation Tutorial
 
-  - tib: use the lexer only for indentation increases/decreases
+  - MUST HAVE BETTER ERROR MESSAGES
+     - use for developing java15.g
 
-  - grammar highlighting?
+  - java15.g
+
+  - topology no longer needed as an arg to parser
+  - expose parser's protected method?
 
+  - do Forest/Tree still need a Region?
   - copyright notices
 
-  - tutorial
 
 ______________________________________________________________________________
 v1.1
 
+  - More topology untangling [later]
+  - tib: use the lexer only for indentation increases/decreases
+  - grammar highlighting?
+
   - Forest needs a "manual access" API
       - the unwrap bit in Forest makes it really hard to expose an API for forests
 
-  - evil problems with      (x y? z /ws)
 
 
 ______________________________________________________________________________