pycparser 2.22
C parser in Python
pycparser
is a Python package that provides a complete parser for the C programming language. It is written purely in Python and is often used as a front-end for C compilers or analysis tools. The package can parse C source code into an abstract syntax tree (AST), which can then be traversed and manipulated using Python. pycparser
is library for developers that want to analyze or transform C code programmatically.
The eliben/pycparser
repo was created 11 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 3226 github stars!
How to Install pycparser
You can install pycparser using pip
pip install pycparser
or add it to a project with poetry
poetry add pycparser
Package Details
- Author
- Eli Bendersky
- License
- BSD-3-Clause
- Homepage
- https://github.com/eliben/pycparser
- PyPi:
- https://pypi.org/project/pycparser/
- GitHub Repo:
- https://github.com/eliben/pycparser
Classifiers
Related Packages
Errors
A list of common pycparser errors.
Code Examples
Here are some pycparser
code examples and snippets.
GitHub Issues
The pycparser package has 36 open issues on GitHub
- test failed