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

26 lines
725 B
Markdown

2 years ago
pyPEG 2 for Python 2.7 and 3.x
==============================
Python is a nice scripting language. It even gives you access to its own parser
and compiler. It also gives you access to different other parsers for special
purposes like XML and string templates.
But sometimes you may want to have your own parser. This is what's pyPEG for.
And pyPEG supports Unicode.
2 years ago
The source code for all you can find here:
2 years ago
2 years ago
[https://gitea.pep.foundation/fdik/pypeg2]()
2 years ago
To build the documentation, you'll need YML 2. You can download YML here:
2 years ago
Homepage: [http://fdik.org/yml/]()
Toolchain: [http://fdik.org/yml2.tar.bz2]()
2 years ago
You can install pyPEG 2 with:
2 years ago
$ pip install pypeg2
2 years ago
2 years ago
pyPEG 2 depends on lxml, see [http://lxml.de/]()
2 years ago