1.1 What is pycparser? pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. 1.2 What is it good for? Anything that needs C code to be parsed. The following are some uses for pycparser, taken from real user reports: C code obfuscator Front-end for various specialized C compilers Stat