TODO (2632:1bb2f91485ea) TODO (4479:61d3ed46e373)
1The PLY to-do list:
2
1The PLY to-do list:
2
3$Header: /home/stever/bk/newmem2/ext/ply/TODO 1.1 03/06/06 14:53:34-00:00 stever@ $
31. More interesting parsing examples.
4
4
51. Create a Python package using distutils
6
72. More interesting parsing examples.
8
93. Work on the ANSI C grammar so that it can actually parse C programs. To do this,
52. Work on the ANSI C grammar so that it can actually parse C programs. To do this,
10 some extra code needs to be added to the lexer to deal with typedef names and enumeration
11 constants.
12
6 some extra code needs to be added to the lexer to deal with typedef names and enumeration
7 constants.
8
134. Get LALR(1) to work. Hard, but not impossible.
93. More tests in the test directory.
14
10
155. More tests in the test directory.
114. Performance improvements and cleanup in yacc.py.
16
12
176. Performance improvements and cleanup in yacc.py.
135. More documentation (?).
18
14
197. More documentation.
20
218. Lots and lots of cleanup.
22