Language

Package: python-pycparser @ 2.21

Synopsis

C parser in Python

Description

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.

Home page
https://github.com/eliben/pycparser
Location
gnu/packages/python-xyz.scm (line: 7120, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?