freebsd-ports/devel/py-pyparsing/pkg-descr
Sunpoet Po-Chuan Hsieh fb4243736a - Move devel/py-parsing to devel/py-pyparsing
- Change MASTER_SITES to CHEESESHOP
- Remove DISTNAME
- While I'm here, remove duplicate PORTREVISION for security/py-crits/Makefile
2015-11-04 20:11:00 +00:00

7 lines
335 B
Text

Pyparsing is a general parsing module for Python. Grammars are implemented
directly in the client code using parsing objects, instead of externally, as
with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL,
and 4-function math.
WWW: https://pypi.python.org/pypi/pyparsing
WWW: http://pyparsing.wikispaces.com/