diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-17 07:53:44 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:04 -0600 |
commit | 37f5f763d03f645a0d3ef06048078f0696f896f9 (patch) | |
tree | e7a0c0a7b06a436bf68b2ed987fba2ea0f9ef1d9 /libraries/pycparser/README | |
parent | 6c0140c480312d4a82bb980eebe778553b58b04f (diff) | |
download | slackbuilds-37f5f763d03f645a0d3ef06048078f0696f896f9.tar.gz |
libraries/pycparser: Added (C parser in Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pycparser/README')
-rw-r--r-- | libraries/pycparser/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/pycparser/README b/libraries/pycparser/README new file mode 100644 index 0000000000..65ad168ec5 --- /dev/null +++ b/libraries/pycparser/README @@ -0,0 +1,3 @@ +**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. |