mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 23:09:19 -04:00
6 lines
291 B
Text
6 lines
291 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.wikispaces.com/
|