X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=321a8dcd89e21578978ab256b3d41db9361b7970;hp=23b23d29eed4bcbecb461c6d58e0631b02845785;hb=3ee451bce342d4bb61ad6235ba57bdf817bfdd1a;hpb=e6be1f03f79b16cd410991d7e64cfa7beab6de59 diff --git a/TODO b/TODO index 23b23d2..321a8dc 100644 --- a/TODO +++ b/TODO @@ -1,28 +1,29 @@ _____________________________________________________________________________ Immediately - - The repeat API's in Sequence are ugly - - segregate the sequence static-constructors? + - evil problems with: (x y? z /ws) + - it gets even more evil than that - - Sequence shouldn't be an Element -> make Union.add(Element) - - Should Tree really be type-parameterized? - - do Forest/Tree still need a Region? + - Annotation Tutorial - - reconsider the degree of genericization +______________________________________________________________________________ +v1.1 + + - MUST HAVE BETTER ERROR MESSAGES + - use for developing java15.g + - java15.g + - topology no longer needed as an arg to parser? + + - 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
-  - recursive { { foo } }
 
-  - More topology untangling
   - 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)
-  - ParseFailed, GSS, Walk, Parser, Sequence, Forest
-  - copyright notices
-  - documentation
 
 
 ______________________________________________________________________________