diff options
Diffstat (limited to 'solve/ply-2.2/TODO')
| -rw-r--r-- | solve/ply-2.2/TODO | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/solve/ply-2.2/TODO b/solve/ply-2.2/TODO new file mode 100644 index 0000000..7139d53 --- /dev/null +++ b/solve/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 (?). + |
