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.
- Outputs:
doc
,out
- Website: https://github.com/eliben/pycparser
- Licenses: Modified BSD
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
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.