internal/tools/: pycparser-2.22 metadata and description

Homepage Simple index

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 :: 3
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
license BSD-3-Clause
maintainer Eli Bendersky
platform
  • Cross Platform
requires_python >=3.8
File Tox results History
pycparser-2.22-py3-none-any.whl
Size
115 KB
Type
Python Wheel
Python
3
  • Replaced 11 time(s)
  • Uploaded to internal/tools by internal 2024-08-09 21:25:35
pycparser-2.22.tar.gz
Size
169 KB
Type
Source

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.