pycparser (2.23)
Published 2026-02-24 14:12:27 +00:00 by atheaadmin
Installation
pip install --index-url pycparserAbout this package
C parser in Python
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.
Requirements
Requires Python: >=3.8