slackbuilds_ponce/libraries/pycparser/slack-desc
Dimitris Zlatanidis 37f5f763d0 libraries/pycparser: Added (C parser in Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-01-29 23:21:04 -06:00

19 lines
886 B
Text

# 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: