Parser Tools in Python, a collection of tools for hand writing lexers and parsers.
Project description
Parser Tools in Python (partpy, pronounced Par-Tee-Pie), a collection of tools for hand writing lexers and parsers in python.
There are many parser generators but there isn’t much help for those who wish to roll their own parser/lexer as counter-intuitive as that may sound. partpy provides a solid base for hand written parsers and lexers through a library of common tools.
By using partpy as the base for your own parser or lexer the hope is to provide you with an environment where you can dive straight into the language design, recognition and whatever else you need to do without having to figure out how string matching should be done or most of the error handling process.
partpy supports out of the box Cython or RPython compilation for added performance.
Documentation & Usage
All documentation and usage information is hosted at http://partpy.readthedocs.org
Feedback
If you have any suggestions or questions about partpy feel free to email me at nekroze@eturnilnetwork.com.
You can check out more of what I am doing at http://nekroze.eturnilnetwork.com my blog.
If you encounter any errors or problems with partpy, please let me know! Open an Issue at the GitHub http://github.com/Nekroze/partpy main repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file partpy-1.2.4.tar.gz
.
File metadata
- Download URL: partpy-1.2.4.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71429dd3f851fda2e5b50619244b9862611ddafa879f768613137ede626bc6f5 |
|
MD5 | 71b34067f940a06584b01da9cca38364 |
|
BLAKE2b-256 | 4cca47efd2769dcdb748e4735fa7252be8e2f5e4df4b67af7e0b70804fc20f1f |