Download Source Package coco-cpp:
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.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 58.7 kB | 288 kB | [list of files] |
| amd64 | 55.0 kB | 240 kB | [list of files] |
| arm | 53.4 kB | 252 kB | [list of files] |
| armel | 52.4 kB | 252 kB | [list of files] |
| hppa | 58.2 kB | 272 kB | [list of files] |
| i386 | 51.0 kB | 228 kB | [list of files] |
| ia64 | 79.1 kB | 464 kB | [list of files] |
| mips | 63.7 kB | 364 kB | [list of files] |
| mipsel | 63.7 kB | 364 kB | [list of files] |
| powerpc | 53.2 kB | 264 kB | [list of files] |
| s390 | 56.2 kB | 264 kB | [list of files] |
| sparc | 52.2 kB | 268 kB | [list of files] |