diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-13 11:47:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-13 11:47:24 +0700 |
commit | 4aab0d902151ae5b0f0952a6b47b7f218b51b81b (patch) | |
tree | c718ffe2b253ebc675fd9690008f9407d2241b94 /python/ply/README | |
parent | f6d1c0a572dd8ad63f9fe971f0272e2c1e8f019c (diff) | |
download | slackbuilds-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/README | 2 |
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. |