
ply 3.11
0
Python Lex & Yacc
Contents
PLY is a 100% Python implementation of the common parsing tools lex and yacc.
Stars: 2922, Watchers: 2922, Forks: 473, Open Issues: 15The dabeaz/ply repo was created 15 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 2922 github stars!
How to Install ply
You can install ply using pip
pip install ply
or add it to a project with poetry
poetry add ply
Package Details
- Author
- David Beazley
- License
- BSD
- Homepage
- http://www.dabeaz.com/ply/
- PyPi:
- https://pypi.org/project/ply/
- GitHub Repo:
- https://github.com/dabeaz/ply
Classifiers
Related Packages
Errors
A list of common ply errors.
Code Examples
Here are some ply code examples and snippets.
GitHub Issues
The ply package has 15 open issues on GitHub
- Fix testyacc.py to work with Python 3.15
pythonfix