[ 源代码: 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.4)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc1 (>= 1:3.5)
- 软件包暂时不可用
-
- dep: libstdc++6 (>= 5)
- GNU 标准 C++ 库,第3版