An alternative approach to creating and executing simple grammars https://github.com/pyparsing/pyparsing/
Go to file
2024-08-26 18:13:58 +02:00
python-pyparsing.spec automatic version update by autodist [release 3.1.4-1mamba;Mon Aug 26 2024] 2024-08-26 18:13:58 +02:00
README.md update the specfile to allow the automatic buid of the python3 subpackage [release 2.1.5-2mamba;Mon Jul 18 2016] 2024-01-05 16:27:49 +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.