Merge zizzer.eecs.umich.edu:/bk/newmem
[gem5.git] / ext / ply / TODO
1 The PLY to-do list:
2
3 1. More interesting parsing examples.
4
5 2. Work on the ANSI C grammar so that it can actually parse C programs. To do this,
6 some extra code needs to be added to the lexer to deal with typedef names and enumeration
7 constants.
8
9 3. More tests in the test directory.
10
11 4. Performance improvements and cleanup in yacc.py.
12
13 5. More documentation (?).
14