TODO revision 2632:1bb2f91485ea
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@ $
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,
10   some extra code needs to be added to the lexer to deal with typedef names and enumeration
11   constants.
12
134. Get LALR(1) to work.   Hard, but not impossible.
14
155. More tests in the test directory.
16
176. Performance improvements and cleanup in yacc.py.
18
197. More documentation.
20
218. Lots and lots of cleanup.
22
23