aboutsummaryrefslogtreecommitdiff
path: root/development/pyparsing/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/pyparsing/README')
-rw-r--r--development/pyparsing/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/pyparsing/README b/development/pyparsing/README
new file mode 100644
index 000000000000..2834826056e2
--- /dev/null
+++ b/development/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. \ No newline at end of file