python-pycparser: new package
authorJeffery To <redacted>
Mon, 16 Nov 2015 09:09:14 +0000 (17:09 +0800)
committerJeffery To <redacted>
Mon, 16 Nov 2015 09:09:14 +0000 (17:09 +0800)
commit168975c82d15ac8c239bcc0a444c15ae26475cf9
tree0abde43191e4797f356331ffc886f99d1b5488fa
parenta6d7666c4cb38e9565e9a58b69909307a68229a7
python-pycparser: new package

From the README:

pycparser is a parser for the C language, written in pure Python. It is a
module designed to be easily integrated into applications that need to parse
C source code.

This depends on python-ply, which is in PR #1956

Signed-off-by: Jeffery To <redacted>
lang/python-pycparser/Makefile [new file with mode: 0644]
lang/python-pycparser/patches/001-use-external-ply.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT