Paketname | lemon |
Beschreibung | The Lemon Parser Generator |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 3.7.3-1 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 224 Byte |
Hängt ab von | libc6 (>= 2.3) |
Empfohlene Pakete | |
Paketbetreuer | Laszlo Boszormenyi (GCS) |
Quelle | sqlite3 |
Paketgröße | 115130 Byte |
Prüfsumme MD5 | ac938612479a38067bf2da86b7c7e31b |
Prüfsumme SHA1 | 856a75574b972a7f8c61f67d4ca6f7f4103b28bc |
Prüfsumme SHA256 | 77998392125a037267c16394129d63097cf41eec774cf0285170131897f4ec29 |
Link zum Herunterladen | lemon_3.7.3-1_i386.deb |
Ausführliche Beschreibung | Lemon is an LALR(1) parser generator for C or C++. It does the same
job as bison and yacc. But lemon is not another bison or yacc
clone. It uses a different grammar syntax which is designed to reduce
the number of coding errors. Lemon also uses a more sophisticated
parsing engine that is faster than yacc and bison and which is both
reentrant and thread-safe. Furthermore, Lemon implements features
that can be used to eliminate resource leaks, making is suitable for
use in long-running programs such as graphical user interfaces or
embedded controllers.
|