An alternative approach to creating and executing simple grammars https://github.com/pyparsing/pyparsing/
Go to file
2024-01-05 16:27:51 +01:00
python-pyparsing.spec rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 3.1.1-2mamba;Tue Sep 26 2023] 2024-01-05 16:27:51 +01: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.