This package browser is in early development. Mind the rough edges.

python-pycparser 2.21

C parser in Python

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.

Installation

Install python-pycparser 2.21 as follows:

guix install python-pycparser@2.21

Or install the latest version:

guix install python-pycparser

The python-pycparser package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install python-pycparser:doc

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.