slackbuilds_ponce/libraries/pyPEG2/README

6 lines
283 B
Text
Raw Normal View History

pyPEG2 (plain and simple intrinsic parser interpreter for Python)
2016-11-11 23:11:03 +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.