summaryrefslogtreecommitdiffstats
path: root/libraries/pyPEG2/README
blob: 9963fa41bbda7e6a068a2c94eba144afa1fea2a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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