summaryrefslogtreecommitdiffstats
path: root/python/ply/slack-desc
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/slack-desc
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/slack-desc')
-rw-r--r--python/ply/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/ply/slack-desc b/python/ply/slack-desc
new file mode 100644
index 0000000000..62a84d58d8
--- /dev/null
+++ b/python/ply/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+ply: ply (Python Lex & Yacc)
+ply:
+ply: PLY is yet another implementation of lex and yacc for Python.
+ply: Some notable features include the fact that its implemented entirely
+ply: n Python and it uses LALR(1) parsing which is efficient and well
+ply: suited for larger grammars.
+ply:
+ply: Homepage: http://www.dabeaz.com/ply/
+ply:
+ply:
+ply: