Lex and Yacc-like tools written in Python
PLY is yet another implementation of lex and yacc for Python.
Although several other parsing tools are available for Python,
there are several reasons why you might want to take a look at
PLY: - It uses LR-parsing which is reasonably 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.
- Sources inherited from project DISCONTINUED:openSUSE:11.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout DISCONTINUED:openSUSE:11.2:Update/python-ply && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ply-2.5.tar.gz | 0000119125 116 KB | |
python-ply-shebangs.patch | 0000000570 570 Bytes | |
python-ply.changes | 0000001008 1008 Bytes | |
python-ply.spec | 0000003021 2.95 KB | |
ready | 0000000000 0 Bytes |
Latest Revision
Adrian Schröter (adrianSuSE)
committed
(revision 6)
Comments 0