summaryrefslogtreecommitdiffstats
path: root/chall/ply-2.2/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'chall/ply-2.2/TODO')
-rw-r--r--chall/ply-2.2/TODO14
1 files changed, 0 insertions, 14 deletions
diff --git a/chall/ply-2.2/TODO b/chall/ply-2.2/TODO
deleted file mode 100644
index 7139d53..0000000
--- a/chall/ply-2.2/TODO
+++ /dev/null
@@ -1,14 +0,0 @@
-The PLY to-do list:
-
-1. More interesting parsing examples.
-
-2. Work on the ANSI C grammar so that it can actually parse C programs. To do this,
- some extra code needs to be added to the lexer to deal with typedef names and enumeration
- constants.
-
-3. More tests in the test directory.
-
-4. Performance improvements and cleanup in yacc.py.
-
-5. More documentation (?).
-