summaryrefslogtreecommitdiff
path: root/ext/ply/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ply/TODO')
-rw-r--r--ext/ply/TODO18
1 files changed, 5 insertions, 13 deletions
diff --git a/ext/ply/TODO b/ext/ply/TODO
index b2978150d..7139d53d1 100644
--- a/ext/ply/TODO
+++ b/ext/ply/TODO
@@ -1,22 +1,14 @@
The PLY to-do list:
-$Header: /home/stever/bk/newmem2/ext/ply/TODO 1.1 03/06/06 14:53:34-00:00 stever@ $
+1. More interesting parsing examples.
-1. Create a Python package using distutils
-
-2. More interesting parsing examples.
-
-3. Work on the ANSI C grammar so that it can actually parse C programs. To do this,
+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.
-4. Get LALR(1) to work. Hard, but not impossible.
-
-5. More tests in the test directory.
-
-6. Performance improvements and cleanup in yacc.py.
+3. More tests in the test directory.
-7. More documentation.
+4. Performance improvements and cleanup in yacc.py.
-8. Lots and lots of cleanup.
+5. More documentation (?).