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.
 
 
 
 
 
 
Barry J. Grundy bf5f3d8b14 python/pyparsing: Updated for version 2.1.8. 9 years ago
..
README python/pyparsing: Moved from /development and updated for version 1.5.5 15 years ago
pyparsing.SlackBuild python/pyparsing: Updated for version 2.1.8. 9 years ago
pyparsing.info python/pyparsing: Updated for version 2.1.8. 9 years ago
slack-desc python/pyparsing: Updated for version 1.5.6. 13 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.