summaryrefslogtreecommitdiffstats
path: root/python/ply/README
diff options
context:
space:
mode:
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.