Paketname | coco-cpp |
Beschreibung | Coco/R Compiler Generator (C++ Version) |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 20090622-1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 224 Byte |
Hängt ab von | libc6 (>= 2.4), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 58028 Byte |
Prüfsumme MD5 | 9def34fdfba873917f71c6111730c062 |
Prüfsumme SHA1 | 765359181e42aec4433cbda67051bd78a6375b9f |
Prüfsumme SHA256 | fc693c778749f094d7350d59ce4d956a6f79dd3e5ed71bd731eef0016ddd72cd |
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.
|