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/slack-desc | |
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/slack-desc')
-rw-r--r-- | libraries/pycparser/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/pycparser/slack-desc b/libraries/pycparser/slack-desc new file mode 100644 index 0000000000..78998c9a3a --- /dev/null +++ b/libraries/pycparser/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +pycparser: pycparser (C parser in Python) +pycparser: +pycparser: pycparser is a complete parser of the C language, written in pure +pycparser: Python using the PLY parsing library. It parses C code into an AST +pycparser: and can serve as a front-end for C compilers or analysis tools. +pycparser: +pycparser: +pycparser: +pycparser: +pycparser: Homepage: https://github.com/eliben/pycparser +pycparser: |