diff options
Diffstat (limited to 'python/python3-pyparsing/README')
| -rw-r--r-- | python/python3-pyparsing/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python3-pyparsing/README b/python/python3-pyparsing/README new file mode 100644 index 0000000000..d2badb1992 --- /dev/null +++ b/python/python3-pyparsing/README @@ -0,0 +1,8 @@ +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. |
