mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
8 lines
332 B
Plaintext
8 lines
332 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: https://pypi.org/project/pyparsing/
|
|
WWW: http://pyparsing.wikispaces.com/
|