You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
399 B

  1. pyPEG2 (plain and simple intrinsic parser interpreter for Python)
  2. pyPEG2 is a plain and simple intrinsic parser interpreter framework
  3. for Python version 2.7 and 3.x. It is based on Parsing Expression
  4. Grammar (PEG). With pyPEG you can parse many formal languages in a
  5. very easy way.
  6. NOTE: to build pyPEG2 with python3 run the slackbuild with option
  7. PYTHON3=yes.
  8. # PYTHON3=yes ./pyPEG2.SlackBuild