[ 原始碼: coco-cpp ]
套件:coco-cpp(20120102-1 以及其他的)
Coco/R Compiler Generator (C++ Version)
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.
其他與 coco-cpp 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
- dep: libc6 (>= 2.2) [i386]
- dep: libc6 (>= 2.4) [armhf]
-
- dep: libgcc1 (>= 1:3.0) [除 armhf]
- 套件暫時不可用
- dep: libgcc1 (>= 1:3.5) [armhf]
-
- dep: libstdc++6 (>= 5)
- GNU Standard C++ Library v3