TODO 434 B

12345678910111213141516
  1. The PLY to-do list:
  2. 1. Finish writing the C Preprocessor module. Started in the
  3. file ply/cpp.py
  4. 2. Create and document libraries of useful tokens.
  5. 3. Expand the examples/yply tool that parses bison/yacc
  6. files.
  7. 4. Think of various diabolical things to do with the
  8. new yacc internals. For example, it is now possible
  9. to specify grammrs using completely different schemes
  10. than the reflection approach used by PLY.