uuagc-bootstrap: Attribute Grammar System of Universiteit Utrecht

[ bsd3, development, library, program ] [ Propose Tags ]

Generates Haskell files from an attribute grammar specification


[Skip to Readme]

Modules

[Last Documentation]

  • UU
    • UUAGC
      • UU.UUAGC.BootstrapVersion

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.9.38.6.1, 0.9.38.6.2, 0.9.38.6.3, 0.9.38.6.4, 0.9.39.0.0, 0.9.39.1.0, 0.9.39.3.0, 0.9.40.1, 0.9.40.2
Dependencies array (>=0.3.0.1), base (>=4 && <5), containers (>=0.3), directory (>=1.0.1.1), filepath (>=1.1.0.4), ghc-prim (>=0.2.0.0), haskell-src-exts (>=1.11.1), mtl (>=1.1.1.1), uulib (>=0.9.14) [details]
License BSD-3-Clause
Copyright Universiteit Utrecht
Author Software Technology at Universiteit Utrecht
Maintainer Arie Middelkoop <ariem@cs.uu.nl>
Category Development
Home page http://www.cs.uu.nl/wiki/HUT/WebHome
Bug tracker hut-developers@cs.uu.nl
Uploaded by ArieMiddelkoop at 2011-08-11T22:18:26Z
Distributions FreeBSD:0.9.40.2
Reverse Dependencies 2 direct, 13 indirect [details]
Executables uuagc-bootstrap
Downloads 7259 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-27 [all 7 reports]

Readme for uuagc-bootstrap-0.9.39.0.0

[back to package description]
This is the bootstrapping-version of UUAGC.
The UUAGC tool is fully functional. The essential difference with the
bootstrapped version is that this one is called "uuagc-bootstrap"
instead of "uuagc".

It should be used to compile the actual version of UUAG from source.
This package should be updated to prevent it from bitrotting with
respect to library and language changes.
This package does *not* require UUAG to be installed. Instead, it
has the "derived" files in the src-derived directory.


Note about updating the boostrapping package:

To update it this package in the repository version some
manual labour is unfortunately required:
* build the bootstrapped version of UUAG using cabal build.
  This produces Haskell sources compiled from the AG files of the
  src-ag directory in dist/build/uuagc/uuagc-tmp.
* Copy dist/build/uuagc/uuagc-tmp/*.hs to
  bootstrap/src-derived.
  -> Use the update-derived.sh script for this.
  Since these files are also added to the repository, you may want
  to add new files also to the repository or delete obsolete files.
* Update the uuagc-bootstrap.cabal file if new modules are added
  or settings change. Bump the version number.
  -> Use the update-cabalfile.sh script for this. It takes the
  cabal file of the bootstrapping version and replaces some
  lines in it with the x-bootstrap lines in that file.
* Compile and publish.


Note about the directory structure:

src:          sources common to the bootstrapping and bootstrapped version of UUAGC
src-derived:  haskell files compiled from the ag files of the bootstrapped version.
src-version:  version information only for the bootstrapping version.