diff options
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 |
commit | b3aa4eb3f28db2e140cbd780dda877a54b70dcc8 (patch) | |
tree | b17f838ac27377fcfdc32abc97c34c355ed48cf2 /development/pyparsing/README | |
parent | 1acb78077679edcf2a22abea82fa9e96375e2da4 (diff) | |
download | slackbuilds-b3aa4eb3f28db2e140cbd780dda877a54b70dcc8.tar.gz |
python/pyparsing: Moved from /development and updated for version 1.5.5
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/pyparsing/README')
-rw-r--r-- | development/pyparsing/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/development/pyparsing/README b/development/pyparsing/README deleted file mode 100644 index ac29972273..0000000000 --- a/development/pyparsing/README +++ /dev/null @@ -1,5 +0,0 @@ -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. |