diff options
author | Andrzej Telszewski <atelszewski@gmail.com> | 2011-07-28 09:40:06 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-28 09:40:06 -0300 |
commit | 23637dd85cab104b2e98b480c6525021e6401300 (patch) | |
tree | 462a08c4ce1d5b49c5db511e8fb9b363cd823a0c /python/SimpleParse/README | |
parent | b684be41a56fa1e2f3eddc195fcdb41f35018e78 (diff) | |
download | slackbuilds-23637dd85cab104b2e98b480c6525021e6401300.tar.gz |
python/SimpleParse: Added (A Parser Generator for Python)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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. |