Paketname | coco-cs |
Beschreibung | Coco/R Compiler Generator (C-Sharp Version) |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 20090622-1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 152 Byte |
Hängt ab von | mono-runtime |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 40676 Byte |
Prüfsumme MD5 | b5ae20e8177f5abec0718d5532c33fed |
Prüfsumme SHA1 | 35e4d5d0dace84cc8b0fd34fbd6bbdb4e660972e |
Prüfsumme SHA256 | fb1ac479feb876cfc17d5bdc244c4902270f51599c8d2fe7c2b9923102e2b80f |
Link zum Herunterladen | coco-cs_20090622-1_all.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 cococs, which is a shell script in /usr/bin.
|