TODO revision 4479:61d3ed46e373
1The PLY to-do list: 2 31. More interesting parsing examples. 4 52. 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 93. More tests in the test directory. 10 114. Performance improvements and cleanup in yacc.py. 12 135. More documentation (?). 14 15