blob: 4b70d8b8977040eefbd151046c8de34eb35a72d3 (
plain) (
blame)
1
2
3
4
5
|
pycparser is a complete parser of the C language, written in pure Python using
the PLY parsing library. It parses C code into an AST and can serve as a
front-end for C compilers or analysis tools.
WWW: https://github.com/eliben/pycparser
|