You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jeremy Hansen 3391469a2f python/python3-pyparsing: Added (parsing module for python). 9 years ago
..
README python/python3-pyparsing: Added (parsing module for python). 9 years ago
python3-pyparsing.SlackBuild python/python3-pyparsing: Added (parsing module for python). 9 years ago
python3-pyparsing.info python/python3-pyparsing: Added (parsing module for python). 9 years ago
slack-desc python/python3-pyparsing: Added (parsing module for python). 9 years ago

README

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.

This is the python3 version of pyparsing and it can coexist with
SBo's pyparsing package.