DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamepython-ply
BeschreibungLex and Yacc implementation for Python
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version3.3-1
Sektionpython
Prioritätoptional
Installierte Größe320 Byte
Hängt ab vonpython (>= 2.3), python-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerArnaud Fontaine
Quelleply
Paketgröße67458 Byte
Prüfsumme MD57ea2615396e70d0df639f80a20eef236
Prüfsumme SHA1c925171a89d4e67b5e40427e2dc0ed3ed32a9018
Prüfsumme SHA256b101fc60425c6434a481fd5e607a3cc233519259c037237a6f97f3972409a430
Link zum Herunterladenpython-ply_3.3-1_all.deb
Ausführliche BeschreibungPLY 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.


Impressum
Linux is a registered trademark of Linus Torvalds