| Paketname | happy | 
| Beschreibung | Parser generator for Haskell | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1.18.4-2 | 
| Sektion | haskell | 
| Priorität | extra | 
| Installierte Größe | 2028 Byte | 
| Hängt ab von | libc6 (>= 2.3), libffi5 (>= 3.0.4), libgmp3c2 | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Haskell Group  | 
| Quelle |  | 
| Paketgröße | 502350 Byte | 
| Prüfsumme MD5 | a62ff88f4dee4422a0dcbff6bd9e4abf | 
| Prüfsumme SHA1 | 0776b6667cbc430c1933dab7ded525185b0941db | 
| Prüfsumme SHA256 | bcd78a0b67afd2f9af6dfe911dfbe30a925a6e026e654f5b3b4b231835434e50 | 
| Link zum Herunterladen | happy_1.18.4-2_i386.deb | 
| Ausführliche Beschreibung | Happy is a parser generator system for Haskell, similar to the tool `yacc' for
C. Like `yacc', it takes a file containing an annotated BNF specification of a
grammar and produces a Haskell module containing a parser for the grammar.
.
Happy is flexible: you can have several Happy parsers in the same program, and
several entry points to a single grammar. Happy can work in conjunction with a
lexical analyser supplied by the user (either hand-written or generated by
another program), or it can parse a stream of characters directly (but this
isn't practical in most cases).
 |