diff options
Diffstat (limited to 'python/SimpleParse/README')
-rw-r--r-- | python/SimpleParse/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/SimpleParse/README b/python/SimpleParse/README new file mode 100644 index 0000000000..441ae4af2f --- /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. |