summaryrefslogtreecommitdiff
path: root/devel/py-pyparsing/pkg-descr
blob: e1dabf658afc9e69fc06a35d27cf7b1e9b7d5634 (plain) (blame)
1
2
3
4
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.