diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-11 17:11:03 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-12 06:58:01 +0700 |
commit | 74203411e3e30b7e475c8a925cdec8672177812a (patch) | |
tree | 76d89263548c4ade368d7825ec2a2b7387aa8e4a /libraries/pyPEG2 | |
parent | 5dd197886976d25167f8af9e6fc8aea3551a3176 (diff) | |
download | slackbuilds-74203411e3e30b7e475c8a925cdec8672177812a.tar.gz |
libraries/pyPEG2: Update README.
Diffstat (limited to 'libraries/pyPEG2')
-rw-r--r-- | libraries/pyPEG2/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/pyPEG2/README b/libraries/pyPEG2/README index 1439324977..b7e13eb262 100644 --- a/libraries/pyPEG2/README +++ b/libraries/pyPEG2/README @@ -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. |