libraries/pyPEG2: Update README.

This commit is contained in:
B. Watson 2016-11-11 17:11:03 -05:00 committed by Willy Sudiarto Raharjo
parent 5dd1978869
commit 74203411e3
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -1,5 +1,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.
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.