loongson/pypi/: pycparser-2.20 metadata and description
C parser in Python
author | Eli Bendersky |
author_email | eliben@gmail.com |
classifiers |
|
license | BSD |
maintainer | Eli Bendersky |
platform |
|
requires_python | >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
pycparser-2.20-py2.py3-none-any.whl
|
|
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.