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

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