Paketname | python-ply |
Beschreibung | Lex and Yacc implementation for Python |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 3.3-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 304 Byte |
Hängt ab von | python (>= 2.3), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | ply |
Paketgröße | 52914 Byte |
Prüfsumme MD5 | 65cbf6350d19ffb4f9fcf66dfbb6014f |
Prüfsumme SHA1 | 12fb8f81471791aeaba61441d3c34a6fdaa5a693 |
Prüfsumme SHA256 | fbd5929aba6db42ea02768f5bb81a36078c92b74611bcf37728fc8adafbb8792 |
Link zum Herunterladen | python-ply_3.3-1_all.deb |
Ausführliche Beschreibung | 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's implemented entirely in Python.
* 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.
|