diff options
Diffstat (limited to 'libraries/pyPEG2/README')
-rw-r--r-- | libraries/pyPEG2/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/pyPEG2/README b/libraries/pyPEG2/README index b7e13eb262..47811fd207 100644 --- a/libraries/pyPEG2/README +++ b/libraries/pyPEG2/README @@ -1,5 +1,6 @@ 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. |