summaryrefslogtreecommitdiffstats
path: root/python/pyparsing/README
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2011-03-29 23:48:35 +0200
committer Robby Workman <rworkman@slackbuilds.org>2011-03-30 22:52:57 -0500
commitb3aa4eb3f28db2e140cbd780dda877a54b70dcc8 (patch)
treeb17f838ac27377fcfdc32abc97c34c355ed48cf2 /python/pyparsing/README
parent1acb78077679edcf2a22abea82fa9e96375e2da4 (diff)
downloadslackbuilds-b3aa4eb3f28db2e140cbd780dda877a54b70dcc8.tar.gz
slackbuilds-b3aa4eb3f28db2e140cbd780dda877a54b70dcc8.tar.xz
python/pyparsing: Moved from /development and updated for version 1.5.5
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
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.