X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=TODO;h=b720e81803213196ce68018c1bd08a467a74b755;hp=ed981e83321eb371782d03abf3cd29196827e34e;hb=c95c581b8fd4dfb3cfc047e6c28f95a7ef8dfd22;hpb=f4105a244af4bd838e23171380c637b4e70afa36 diff --git a/TODO b/TODO index ed981e8..b720e81 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,16 @@ _____________________________________________________________________________ Immediately +// use 'a'-'z' or 'a-z' instead of [a-z]? +// EOF token? +// #include (with renaming?) - - comparison test is probably chewing up most of the time + - de-genericize? - - Check if the only remaining stack is lame (hopeful/nothopeful) - - write a testcase for this - - circular gramars + - better toString() methods all around... + + - cleanup: Forest, ParseFailed, Parser, Union, (just a bit: GSS,Node) + + - circular gramars? s = A A = A | "b" - foo.add(x)