summaryrefslogtreecommitdiff
path: root/textproc/py-peg2/DESCR
blob: 9f635870d80681a4e0af7ecc2f0b2ca53772d1d6 (plain)
1
2
3
4
pyPEG 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.