summaryrefslogtreecommitdiffstats
path: root/python/pyparsing/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyparsing/README')
-rw-r--r--python/pyparsing/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pyparsing/README b/python/pyparsing/README
new file mode 100644
index 0000000000..ac29972273
--- /dev/null
+++ b/python/pyparsing/README
@@ -0,0 +1,5 @@
+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.