https://github.com/oohlaf/pypeg2
An intrinsic PEG Parser-Interpreter for Python
https://github.com/oohlaf/pypeg2
Last synced: 2 months ago
JSON representation
An intrinsic PEG Parser-Interpreter for Python
- Host: GitHub
- URL: https://github.com/oohlaf/pypeg2
- Owner: oohlaf
- License: gpl-2.0
- Created: 2022-06-25T17:07:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T20:21:34.000Z (almost 4 years ago)
- Last Synced: 2026-01-02T23:16:16.650Z (5 months ago)
- Language: Python
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
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.
The source code for all you can find here:
[https://gitea.pep.foundation/fdik/pypeg2]()
To build the documentation, you'll need YML 2. You can download YML here:
Homepage: [http://fdik.org/yml/]()
Toolchain: [http://fdik.org/yml2.tar.bz2]()
You can install pyPEG 2 with:
$ pip install pypeg2
pyPEG 2 depends on lxml, see [http://lxml.de/]()