uuagc 0.9.42.3-7 source package in Ubuntu

Changelog

uuagc (0.9.42.3-7) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 14:55:23 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
uuagc_0.9.42.3-7.dsc 2.2 KiB bef035b0290c59f933e1db58e4c4407226f9f824ec87cfde3d0ba9f40e810bb8
uuagc_0.9.42.3-7.debian.tar.xz 5.1 KiB c2a1ce76c00316f600b14c64744315ee33608b4cc61020a0832e94c3ed4bd3c1
uuagc_0.9.42.3.orig.tar.gz 599.8 KiB 76143fc616d86dc1d6aefae67da56b4c3b607cd126483ee054648bc718e6c066

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.