mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
cf3e14a9bb
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
283 B
Text
5 lines
283 B
Text
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.
|