pycparser

pycparser 2.13 updated

It's a tool for using inside other applications that need to scrape C source code. It parses C code into an AST and serves it as a front-end for C compilers or analysis tools.It is written in pure Python using the PLY parsing library.What is new in this...