coco-cs 20110419-5 source package in Ubuntu

Changelog

coco-cs (20110419-5) unstable; urgency=low


  * Switched to CLR 4.0 (Closes: #656690)

 -- Markus Loeberbauer <email address hidden>  Sat, 21 Jan 2012 17:58:30 +0100

Upload details

Uploaded by:
Loeberbauer Markus
Uploaded to:
Sid
Original maintainer:
Loeberbauer Markus
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
coco-cs_20110419-5.dsc 1.1 KiB 2ba5a18d6e5f4a53541179326bfa2fcd7fc68cb0d553a9bdc9ad3465dbc4df8e
coco-cs_20110419.orig.tar.gz 36.3 KiB bc26c46bd303f13405778f8f526478895a1525e24a2b439203ae098a84543ec0
coco-cs_20110419-5.diff.gz 6.4 KiB 1941c57bf776b17def9974127d8f9730103513816b4549456a50236abd1665c4

No changes file available.

Binary packages built by this source

coco-cs: Coco/R Compiler Generator (C-Sharp 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 cococs, which is a shell script in /usr/bin.