aboutsummaryrefslogtreecommitdiff
path: root/python/SimpleParse/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/SimpleParse/README')
-rw-r--r--python/SimpleParse/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/SimpleParse/README b/python/SimpleParse/README
new file mode 100644
index 000000000000..441ae4af2ff9
--- /dev/null
+++ b/python/SimpleParse/README
@@ -0,0 +1,6 @@
+SimpleParse is a BSD-licensed Python package providing a simple and fast
+parser generator using a modified version of the mxTextTools text-tagging
+engine. SimpleParse allows you to generate parsers directly from your
+EBNF grammar.
+
+This requires pysetuptools.