loongson/pypi/: pycparser-2.20 metadata and description
Homepage
Simple index
Mirror page
C parser in Python
author |
Eli Bendersky |
author_email |
eliben@gmail.com |
classifiers |
- Development Status :: 5 - Production/Stable
- License :: OSI Approved :: BSD License
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5
- Programming Language :: Python :: 3.6
|
license |
BSD |
maintainer |
Eli Bendersky |
requires_python |
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* |
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.