datafix: Fixing data-flow problems

[ compiler, library, program ] [ Propose Tags ]

Fixing data-flow problems in expression trees. This should be useful if you want to write optimizations for your favorite programming language. See the Tutorial module for an introduction. After that, you might want to take a look at the `examples/` folder in the repository.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.1.0
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), containers (>=0.5 && <0.7), datafix, lattices (<2), pomaps (>=0.2 && <0.3), primitive (>=0.6.2.0 && <0.8), transformers (<0.6), vector (<0.13) [details]
License ISC
Copyright © 2017-2020 Sebastian Graf
Author Sebastian Graf
Maintainer sgraf1337@gmail.com
Revised Revision 1 made by sgraf812 at 2020-03-28T11:49:52Z
Category Compiler
Home page https://github.com/sgraf812/datafix
Bug tracker https://github.com/sgraf812/datafix/issues
Source repo head: git clone https://github.com/sgraf812/datafix
Uploaded by sgraf812 at 2020-03-28T11:14:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables firstfollow-example
Downloads 1531 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-03-28 [all 1 reports]

Readme for datafix-0.0.1.0

[back to package description]

datafix Build Status Hackage

Library for separating specification of a data-flow problem from computing its solution.

See the haddocks in Datafix.Tutorial for an introduction and the examples/ folder for more advanced material.