gituser/docker_multiarch/: 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 |
| requires_python | >=3.8 |
| File | Tox results | History |
|---|---|---|
pycparser-2.22-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.