Project: pycparser

C parser in Python

Project Details

Latest version
2.21
Home Page
https://github.com/eliben/pycparser
PyPI Page
https://pypi.org/project/pycparser/

Project Popularity

PageRank
0.0024561217056815296
Number of downloads
109016110

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.