TODO updates tag_for_25-Mar
authoradam <adam@megacz.com>
Mon, 26 Mar 2007 05:54:50 +0000 (01:54 -0400)
committeradam <adam@megacz.com>
Mon, 26 Mar 2007 05:54:50 +0000 (01:54 -0400)
darcs-hash:20070326055450-5007d-c35b955187d9271ff420e9b0ff3aa56d32dcc511.gz

TODO

diff --git a/TODO b/TODO
index ed981e8..b720e81 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,16 @@
 _____________________________________________________________________________
 Immediately
 _____________________________________________________________________________
 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)
       s = A
       A = A | "b"
   - foo.add(x)