Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgraf812/datafix
Fixing data-flow problems in expression trees
https://github.com/sgraf812/datafix
compiler-optimization data-flow-analysis haskell
Last synced: 3 months ago
JSON representation
Fixing data-flow problems in expression trees
- Host: GitHub
- URL: https://github.com/sgraf812/datafix
- Owner: sgraf812
- License: other
- Created: 2017-09-04T21:55:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T16:40:45.000Z (almost 4 years ago)
- Last Synced: 2024-09-23T11:05:44.102Z (4 months ago)
- Topics: compiler-optimization, data-flow-analysis, haskell
- Language: HTML
- Homepage: http://fixpt.de/datafix/
- Size: 19.4 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`datafix` [![Build Status](https://github.com/sgraf812/datafix/workflows/Haskell-CI/badge.svg)](https://github.com/sgraf812/datafix/actions) [![Hackage](https://img.shields.io/hackage/v/datafix.svg)](https://hackage.haskell.org/package/datafix)
==========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.