uuagc 0.9.42.3-2 source package in Ubuntu

Changelog

uuagc (0.9.42.3-2) unstable; urgency=low


  * Enable compat level 9

 -- Joachim Breitner <email address hidden>  Fri, 24 May 2013 12:52:49 +0200

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel

Downloads

File Size SHA-256 Checksum
uuagc_0.9.42.3-2.dsc 1.4 KiB bb964d92e8d5b011d3b97260c4c90ee384f801f1b5178c44eacb9284d5a08c5b
uuagc_0.9.42.3.orig.tar.gz 599.8 KiB 76143fc616d86dc1d6aefae67da56b4c3b607cd126483ee054648bc718e6c066
uuagc_0.9.42.3-2.debian.tar.gz 5.1 KiB 284df54b8291b1c3fe21de86e33e9be6a41e7adfb4f25af02306016d61a71570

Available diffs

No changes file available.

Binary packages built by this source

uuagc: compiler for the Utrecht University Attribute Grammar system

 The Attribute Grammar system can be used to annotate the production
 rules of a grammar with inherited and synthesised attributes. The
 values of the attributes can be determined while parsing/traversing
 the abstract syntax tree and will give the semantic value of the tree.
 .
 The inherited attributes are values which are passed downwards through
 the abstract syntax tree and the synthesised attributes are passed
 upwards. Haskell expressions are used to describe the computation of
 the attributes.
 .
 The uuagc compiler takes a set files in which the attribute grammar
 is defined and generates a Haskell file that contains the data type
 definitions corresponding to the grammar, semantic functions and
 catamorphisms (functions that take a syntax tree and return the
 semantic value of that tree)
 .
 The (Utrecht University) Attribute Grammar system is part of the
 Haskell Utrecht Tools set.