TODO (4479:61d3ed46e373) TODO (6498:e21e9ab5fad0)
1The PLY to-do list:
2
1The PLY to-do list:
2
31. More interesting parsing examples.
31. Finish writing the C Preprocessor module. Started in the
4 file ply/cpp.py
4
5
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.
62. Create and document libraries of useful tokens.
8
7
93. More tests in the test directory.
83. Expand the examples/yply tool that parses bison/yacc
9 files.
10
10
114. Performance improvements and cleanup in yacc.py.
114. Think of various diabolical things to do with the
12 new yacc internals. For example, it is now possible
13 to specify grammrs using completely different schemes
14 than the reflection approach used by PLY.
12
15
135. More documentation (?).
14
16