X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=2432db1699741f5e3b61daa0aba65f17e595fbff;hp=cecd2d440811bf4c47f6bb548edf6fc6d49f9678;hb=29163478aff5e3721f97520bb365e0fecfb847b1;hpb=75d0fa39d405292f4b831a6d1743f2aeea01ebd4 diff --git a/TODO b/TODO index cecd2d4..2432db1 100644 --- a/TODO +++ b/TODO @@ -1,28 +1,35 @@ _____________________________________________________________________________ Immediately - - 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? + - 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 + - when ambiguity encountered, show text region (where-to-where) + - use for developing java15.g - - grammar highlighting? + - java15.g + + - topology no longer needed as an arg to parser + - expose parser's protected method? - copyright notices - - tutorial ______________________________________________________________________________ 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? + - 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) ______________________________________________________________________________