Python Lex & Yacc
Project description
PLY is yet another implementation of lex and yacc for Python. Some notable features include the fact that its implemented entirely in Python and it uses LALR(1) parsing which is efficient and well suited for larger grammars.
PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars.
PLY is extremely easy to use and provides very extensive error checking. It is compatible with both Python 2 and Python 3.
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
ply-3.9.tar.gz
(150.8 kB
view details)
File details
Details for the file ply-3.9.tar.gz
.
File metadata
- Download URL: ply-3.9.tar.gz
- Upload date:
- Size: 150.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d7e2940b9c57151392fceaa62b0865c45e06ce1e36687fd8d03f011a907f43e |
|
MD5 | c5c5767376eff902617fd9874f0c76b7 |
|
BLAKE2b-256 | a84d487e12d0478ee0cbb15d6fe9b8916e98fe4e2fce4cc65e4de309209c0b24 |