|
pycparser
☆
« Back to VersTracker
|
||||||||||||||||||||||||||||||
|
Description: C parser in Python |
||||||||||||||||||||||||||||||
| Type: Formula | Tracked Since: Dec 28, 2025 | ||||||||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | ||||||||||||||||||||||||||||||
| Category: Developer tools | ||||||||||||||||||||||||||||||
| Tags: parser c-language ast python static-analysis | ||||||||||||||||||||||||||||||
| Install: brew install pycparser | ||||||||||||||||||||||||||||||
|
About: Pycparser is a complete, pure Python library for parsing and analyzing C source code. It constructs a Comprehensive C Abstract Syntax Tree (AST) that can be easily traversed and modified. Its primary value is enabling developers to perform static analysis, code instrumentation, or translation tasks programmatically without needing a C compiler. |
||||||||||||||||||||||||||||||
Key Features:
|
||||||||||||||||||||||||||||||
Use Cases:
|
||||||||||||||||||||||||||||||
Alternatives:
|
||||||||||||||||||||||||||||||
| Version History | ||||||||||||||||||||||||||||||
|