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]

Flags

Automatic Flags
NameDescriptionDefault
no-lattices

Don't depend on the lattices package.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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.6), lattices (<2), pomaps (>=0.0.0.2 && <0.0.1.0), primitive (>=0.6.2.0 && <0.7), transformers (<0.6), vector (<0.13) [details]
License ISC
Copyright © 2018 Sebastian Graf
Author Sebastian Graf
Maintainer sgraf1337@gmail.com
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 2018-05-18T12:17:29Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1535 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-18 [all 1 reports]

Readme for datafix-0.0.0.2

[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.