slackbuilds/libraries/pyPEG2
Edinaldo P. Silva c68f7793cd libraries/pyPEG2: Update SlackBuild and README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-04-19 08:57:49 +07:00
..
README libraries/pyPEG2: Update SlackBuild and README. 2018-04-19 08:57:49 +07:00
pyPEG2.SlackBuild libraries/pyPEG2: Update SlackBuild and README. 2018-04-19 08:57:49 +07:00
pyPEG2.info
slack-desc libraries/pyPEG2: Add python3 support. 2017-12-21 08:19:31 +07:00

README

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 with python3 run the slackbuild with option
PYTHON3=yes.

 # PYTHON3=yes ./pyPEG2.SlackBuild

NOTE2: In this case 'lxml' need to be build with Python3 bindings.