mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
145bf7a38c
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
446 B
Text
12 lines
446 B
Text
pyPEG2 (plain and simple intrinsic parser interpreter for Python)
|
|
|
|
pyPEG2 is a plain and simple intrinsic parser interpreter framework
|
|
for Python version 2.7 and 3.x. It is based on Parsing Expression
|
|
Grammar (PEG). With pyPEG you can parse many formal languages in a
|
|
very easy way.
|
|
|
|
NOTE: to build pyPEG2 without python3 run the slackbuild with option
|
|
PYTHON3=no.
|
|
# PYTHON3=no ./pyPEG2.SlackBuild
|
|
|
|
git: https://gitea.pep.foundation/fdik/pypeg2
|