summaryrefslogtreecommitdiffstats
path: root/libraries/pyPEG2/README
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-09-15 03:01:38 +0200
committer Willy Sudiarto Raharjo2015-09-16 07:23:25 +0200
commitcf3e14a9bba032a4fa667a2cc5a952cf06212575 (patch)
treea937383596010a8cd66b84264ecac9e8f7c99db7 /libraries/pyPEG2/README
parent95acb44af771e4807b4bb6b01d1bb16c053aee23 (diff)
downloadslackbuilds-cf3e14a9bba032a4fa667a2cc5a952cf06212575.tar.gz
libraries/pyPEG2: Added (simple intrinsic parser interpreter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/pyPEG2/README')
-rw-r--r--libraries/pyPEG2/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/pyPEG2/README b/libraries/pyPEG2/README
new file mode 100644
index 0000000000..1439324977
--- /dev/null
+++ b/libraries/pyPEG2/README
@@ -0,0 +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.