X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=cecd2d440811bf4c47f6bb548edf6fc6d49f9678;hp=23b23d29eed4bcbecb461c6d58e0631b02845785;hb=75d0fa39d405292f4b831a6d1743f2aeea01ebd4;hpb=9b031db4cefc550c82a8bb6da3b061d3790c2cdc;ds=sidebyside diff --git a/TODO b/TODO index 23b23d2..cecd2d4 100644 --- a/TODO +++ b/TODO @@ -1,28 +1,28 @@ _____________________________________________________________________________ Immediately - - The repeat API's in Sequence are ugly - - segregate the sequence static-constructors? - - - Sequence shouldn't be an Element -> make Union.add(Element) - - Should Tree really be type-parameterized? + - Sequence extends Element (?) -> then add Union.add(element) + - Parameterize Sequence/Union/Atom + - Make sure we never use raw types - do Forest/Tree still need a Region? - - reconsider the degree of genericization + - More topology untangling + + - tib: use the lexer only for indentation increases/decreases - grammar highlighting? - - comment indentation vs block indentation? - - { and } in
-  - recursive { { foo } }
 
-  - More topology untangling
+  - copyright notices
+
+  - tutorial
+
+______________________________________________________________________________
+v1.1
+
   - 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
 
 
 ______________________________________________________________________________