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, 14 insertions, 0 deletions
diff --git a/chall/ply-2.2/TODO b/chall/ply-2.2/TODO
new file mode 100644
index 0000000..7139d53
--- /dev/null
+++ b/chall/ply-2.2/TODO
@@ -0,0 +1,14 @@
+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 (?).
+