2015-09-15 03:01:38 +02:00
|
|
|
pyPEG2 (plain and simple intrinsic parser interpreter for Python)
|
|
|
|
|
2017-12-20 23:43:17 +01:00
|
|
|
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.
|
|
|
|
|
2018-04-19 03:57:49 +02:00
|
|
|
NOTE: to build pyPEG2 with python3 run the slackbuild with option
|
2017-12-20 23:43:17 +01:00
|
|
|
PYTHON3=yes.
|
|
|
|
|
|
|
|
# PYTHON3=yes ./pyPEG2.SlackBuild
|
2018-04-19 03:57:49 +02:00
|
|
|
|
|
|
|
NOTE2: In this case 'lxml' need to be build with Python3 bindings.
|