summaryrefslogtreecommitdiffstats
path: root/python/ply/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-02-13 05:47:24 +0100
committer Willy Sudiarto Raharjo2014-02-13 05:47:24 +0100
commit4aab0d902151ae5b0f0952a6b47b7f218b51b81b (patch)
treec718ffe2b253ebc675fd9690008f9407d2241b94 /python/ply/README
parentf6d1c0a572dd8ad63f9fe971f0272e2c1e8f019c (diff)
downloadslackbuilds-4aab0d902151ae5b0f0952a6b47b7f218b51b81b.tar.gz
python/ply: Added (Python Lex & Yacc).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ply/README')
-rw-r--r--python/ply/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/ply/README b/python/ply/README
new file mode 100644
index 0000000000..2f2cf04e38
--- /dev/null
+++ b/python/ply/README
@@ -0,0 +1,2 @@
+PLY is a 100% Python implementation of the common parsing tools lex
+and yacc.