Paketname | bison++ |
Beschreibung | Generate a parser in c or c++ from BNF notation |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.21.11-3 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 612 Byte |
Hängt ab von | libc6 (>= 2.3.6-6), libgcc1 (>= 1:4.1.0), libstdc++6 (>= 4.1.0) |
Empfohlene Pakete | flex-old, c-compiler |
Paketbetreuer | Jose Luis Tallon |
Quelle | |
Paketgröße | 379404 Byte |
Prüfsumme MD5 | 095eb76567dbe166ad197eb319b825df |
Prüfsumme SHA1 | 4a99d0789a02572c325146bce3f1519957b2fb45 |
Prüfsumme SHA256 | 523630689d70da8b47094705e7830e15ce6a4ec2c6097f76f285ba0542f86b4f |
Link zum Herunterladen | bison++_1.21.11-3_i386.deb |
Ausführliche Beschreibung | Based on bison version 1.19. Compatible with bison but with C++ support.
Bison is a general-purpose parser generator that converts a grammar
description for an LALR (BNF-like) context free grammar into a C/C++ program
to parse that grammar. Once you are proficient with bison++ you can generate
a wide range of language parsers, from those used in simple desk calculators
to complex programming languages.
|