slackbuilds/python/Parsley
Dave Woodfall da43b6bc8c
python/Parsley: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-05-19 18:40:08 +07:00
..
Parsley.SlackBuild python/Parsley: Convert python to python2. 2021-05-19 18:40:08 +07:00
Parsley.info python/Parsley: Convert python to python2. 2021-05-19 18:40:08 +07:00
README
slack-desc

README

Parsley uses the PEG algorithm, so each expression in the
grammar rules works like a Python expression.
In particular, alternatives are evaluated in order,
unlike table-driven parsers such as yacc, bison or PLY.

Parsley is an implementation of OMeta, an object-oriented
pattern-matching language developed by Alessandro Warth.