Paketname | coco-java |
Beschreibung | Coco/R Compiler Generator (Java Version) |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 20090622-1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 144 Byte |
Hängt ab von | openjdk-6-jre | java2-runtime |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 66820 Byte |
Prüfsumme MD5 | 1f8e4d736f1bef178e39c7dbdfe504ba |
Prüfsumme SHA1 | 7851cc0b22c70ce52b8cee75eed486ce12ec4d40 |
Prüfsumme SHA256 | 0b62c23de9adcbde903ba7b96ee78d769f80dd4a256bdd4e7b3a9f34751ff7b4 |
Link zum Herunterladen | coco-java_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 cocoj, which is a shell script in /usr/bin.
|