blob: b7e13eb26204723a2e3b4e38e1cd6e3c3305388f (
plain)
1
2
3
4
5
|
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.
|