From 37f5f763d03f645a0d3ef06048078f0696f896f9 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 17 Jan 2014 07:53:44 +0700 Subject: libraries/pycparser: Added (C parser in Python). Signed-off-by: Willy Sudiarto Raharjo --- libraries/pycparser/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 libraries/pycparser/slack-desc (limited to 'libraries/pycparser/slack-desc') 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: -- cgit v1.2.3-80-g2a13