internal/tools/: pycparser-2.22 metadata and description
C parser in Python
author | Eli Bendersky |
author_email | eliben@gmail.com |
classifiers |
|
license | BSD-3-Clause |
maintainer | Eli Bendersky |
platform |
|
requires_python | >=3.8 |
File | Tox results | History |
---|---|---|
pycparser-2.22-py3-none-any.whl
|
|
|
pycparser-2.22.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.