From: adam Date: Mon, 26 Mar 2007 05:54:50 +0000 (-0400) Subject: TODO updates X-Git-Tag: tag_for_25-Mar^0 X-Git-Url: http://git.megacz.com/?p=sbp.git;a=commitdiff_plain;h=c95c581b8fd4dfb3cfc047e6c28f95a7ef8dfd22;ds=sidebyside TODO updates darcs-hash:20070326055450-5007d-c35b955187d9271ff420e9b0ff3aa56d32dcc511.gz --- 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)