mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
de5b784907
a general parser for Python
7 lines
292 B
Plaintext
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/
|