diff options
author | Tonus <tonus1@free.fr> | 2023-03-03 02:58:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:25 +0700 |
commit | 19800bc224ad819ca0c708d25c0f534a7c3b7c49 (patch) | |
tree | 3836acb6fb1235077a2ac4abfc59fbf65c8db57a /python/TatSu/slack-desc | |
parent | 3bf3d1cb74d437d37911bf114f117c319ccc8d3b (diff) |
python/TatSu: Added (outputs memoizing PEG parsers from grammars)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/TatSu/slack-desc')
-rw-r--r-- | python/TatSu/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/TatSu/slack-desc b/python/TatSu/slack-desc new file mode 100644 index 0000000000..0c2bfad2af --- /dev/null +++ b/python/TatSu/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +TatSu: TatSu (takes grammars in a variation of EBNF memoizing PEG parsers) +TatSu: +TatSu: TatSu is a tool that takes grammars in a variation of EBNF as input +TatSu: and outputs memoizing (Packrat) PEG parsers in Python. +TatSu: +TatSu: +TatSu: +TatSu: +TatSu: +TatSu: +TatSu: |