mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
- Update WWW Changes: https://github.com/pyparsing/pyparsing/releases https://github.com/pyparsing/pyparsing/blob/master/CHANGES
7 lines
338 B
Text
7 lines
338 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: https://pypi.org/project/pyparsing/
|
|
WWW: https://github.com/pyparsing/pyparsing
|