pycparser
View on GitHub
3.5k
C parser in Python
About pycparser
C parser in Python
Key Features
- Pure-Python parser for C language code
- Generates an abstract syntax tree for C sources
- Useful for static analysis and code transformation tasks
- Frequently used by CFFI-based binding workflows
Installation
uv add pycparserRelated Tools
UV
An extremely fast Python package installer and resolver, written in Rust
80.3k stars
rich
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
55.7k stars
Ruff
An extremely fast Python linter and code formatter, written in Rust
46.1k stars
Black
The uncompromising code formatter
41.4k stars
Quick Info
- Latest Version
- 3.0
- First Release
- 2011
- License
- Unknown
- Categories
- ParsingDevelopment ToolsCompiler Tools