uuagc 0.9.42.3-10build1 source package in Ubuntu

Changelog

uuagc (0.9.42.3-10build1) zesty; urgency=medium

  * Rebuild against latest GHC.

 -- Bhavani Shankar <email address hidden>  Thu, 26 Jan 2017 08:51:43 +0530

Upload details

Uploaded by:
Bhavani Shankar
Uploaded to:
Zesty
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe devel

Downloads

File Size SHA-256 Checksum
uuagc_0.9.42.3.orig.tar.gz 599.8 KiB 76143fc616d86dc1d6aefae67da56b4c3b607cd126483ee054648bc718e6c066
uuagc_0.9.42.3-10build1.debian.tar.xz 5.8 KiB 9a95dcced5f429c44c89e2da5ad4604c5f790df710847a549226b475b9b92677
uuagc_0.9.42.3-10build1.dsc 1.8 KiB 6681a173a2b34e47b2c718b39609a8af96733c34d37dd3e6a31ab2f80fdceff0

View changes file

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.