gituser/production/: pycparser-2.20 metadata and description
C parser in Python
| author | Eli Bendersky |
| author_email | eliben@gmail.com |
| classifiers |
|
| license | BSD |
| maintainer | Eli Bendersky |
| requires_python | >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* |
| File | Tox results | History |
|---|---|---|
pycparser-2.20-py2.py3-none-any.whl
|
|
|
pycparser-2.20.tar.gz
|
|
- 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.