I've just released version 1.06 of my pycparser project (a complete pure-Python parser for the ANSI C language). It's not a major release - a few minor bugs were fixed and the compatibility of unit tests and examples with Linux was improved. In the past few months people contacted me with questions or just feedback about pycparser, and told me about their uses for the library. It's great to hear how many cool projects are utilizing it. Some examples:
  • C code obfuscator
  • Front-end for various specialized C compilers
  • Static code checker
  • Automatic unit-test discovery
  • Adding specialized extensions to the C language
If you're using pycparser, I would really love to hear about your experience with it.