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 Ubuntu Archiv lucid (universe)
Version3.3-1
Sektionuniverse/python
Prioritätoptional
Installierte Größe304 Byte
Hängt ab vonpython (>= 2.3), python-support (>= 0.90.0)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleply
Paketgröße52914 Byte
Prüfsumme MD565cbf6350d19ffb4f9fcf66dfbb6014f
Prüfsumme SHA112fb8f81471791aeaba61441d3c34a6fdaa5a693
Prüfsumme SHA256fbd5929aba6db42ea02768f5bb81a36078c92b74611bcf37728fc8adafbb8792
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