coco-cpp 20120102-2 source package in Ubuntu

Changelog

coco-cpp (20120102-2) unstable; urgency=medium

  * Orphan package (following discussion with René Mayrhofer, the former
    sponsor)
  * debheloper 13

 -- Moritz Muehlenhoff <email address hidden>  Thu, 29 Dec 2022 02:03:06 +0100

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
coco-cpp_20120102-2.dsc 1.7 KiB 3ac90b2b6dfc4f9294bd30964f3f29af6d5608aefb3bb176b419da23a9f99262
coco-cpp_20120102.orig.tar.gz 57.9 KiB 67c85f19f9c6b98fa494c8fc146294867082ece225a484fe080efdd9282a249b
coco-cpp_20120102-2.diff.gz 4.5 KiB 6635dff01e8b53aa54bfd856e9dfe109676bca7708cf9b812ab1002bb17cf563

No changes file available.

Binary packages built by this source

coco-cpp: 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-dbgsym: debug symbols for coco-cpp