X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=93624048c6626dcab0820c84d8083997eec18c88;hp=cecd2d440811bf4c47f6bb548edf6fc6d49f9678;hb=2c1c0293545f3d12c23220fd05c663e6aa3f3de1;hpb=75d0fa39d405292f4b831a6d1743f2aeea01ebd4 diff --git a/TODO b/TODO index cecd2d4..9362404 100644 --- a/TODO +++ b/TODO @@ -1,28 +1,33 @@ _____________________________________________________________________________ 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 + - 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) ______________________________________________________________________________