Paketname | coco-cpp |
Beschreibung | Coco/R Compiler Generator (C++ Version) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 20090622-1 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 216 Byte |
Hängt ab von | libc6 (>= 2.2), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) |
Empfohlene Pakete | |
Paketbetreuer | Markus Loeberbauer |
Quelle | |
Paketgröße | 56526 Byte |
Prüfsumme MD5 | a87f27f3f8d8221ba280a8a499b22369 |
Prüfsumme SHA1 | c309470d92c432acb875c5d41b1664bff316224b |
Prüfsumme SHA256 | 9b9897ac4b713bd0721fa674d33281ac4e1cefa34a00eb5e2850a6d56f392020 |
Link zum Herunterladen | coco-cpp_20090622-1_i386.deb |
Ausführliche Beschreibung | Coco/R is a compiler generator, which takes an attributed grammar of a source
language and generates a scanner and a parser for this language. The scanner
works as a deterministic finite automaton. The parser uses recursive descent.
LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic
checks. Thus the class of accepted grammars is LL(k) for an arbitrary k.
.
To start Coco call cococpp, which is a shell script in /usr/bin.
|