Paketname | python-ply |
Beschreibung | Lex and Yacc implementation for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 3.3-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 320 Byte |
Hängt ab von | python (>= 2.3), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Arnaud Fontaine |
Quelle | ply |
Paketgröße | 67458 Byte |
Prüfsumme MD5 | 7ea2615396e70d0df639f80a20eef236 |
Prüfsumme SHA1 | c925171a89d4e67b5e40427e2dc0ed3ed32a9018 |
Prüfsumme SHA256 | b101fc60425c6434a481fd5e607a3cc233519259c037237a6f97f3972409a430 |
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.
|