An alternative approach to creating and executing simple grammars https://github.com/pyparsing/pyparsing/
Go to file
2024-01-05 16:27:48 +01:00
python-pyparsing.spec automatic version update by autodist [release 2.0.6-1mamba;Thu Dec 17 2015] 2024-01-05 16:27:48 +01:00
README.md package created using the webbuild interface [release 2.0.2-1mamba;Sun May 11 2014] 2024-01-05 16:27:48 +01:00

python-pyparsing

The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library of classes that client code uses to construct the grammar directly in Python code.