1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/py-parsing/pkg-descr
Hye-Shik Chang de5b784907 Add port for pyparsing 1.2,
a general parser for Python
2004-07-01 12:13:17 +00:00

7 lines
292 B
Plaintext

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: http://pyparsing.sourceforge.net/