aboutsummaryrefslogtreecommitdiff
path: root/devel/py-parsing/pkg-descr
blob: 05b0b031feba28db2d4ee932d7b8ff2710144b90 (plain) (blame)
1
2
3
4
5
6
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/