coco-cs 20110419-3 source package in Ubuntu

Changelog

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

  * List library dependencies (Closes: #631840)
  * Switched to dmcs (Closes: #627527) 

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

  * Using default csharp compiler for debian mono-csc instead
    of gmcs (Closes: #627527)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 09:12:24 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Loeberbauer Markus
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
coco-cs_20110419.orig.tar.gz 36.3 KiB bc26c46bd303f13405778f8f526478895a1525e24a2b439203ae098a84543ec0
coco-cs_20110419-3.diff.gz 6.5 KiB 4f7fc5cd66e8cc823354973e6ebb3a814cca1af080898892718727847f58a1f7
coco-cs_20110419-3.dsc 1.1 KiB 746adac9b3c497aa090e35cdc90a7dd5d9a7594c821fa3aea913f8b2dd137580

Available diffs

View changes file

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.