grin-compiler / grin

GRIN is a compiler back-end for lazy and strict functional languages with whole program optimization support.
https://grin-compiler.github.io/
1.03k stars 38 forks source link

cleanup codebase #2

Closed csabahruska closed 6 years ago

csabahruska commented 6 years ago

folder: AbstractInterpretation

move base modules under Grin namespace:

move test related modules under Test/Check/Lint namespace:

Transformations

Transformations/Simplifying ; postpone

move pipeline realted modules under Pipeline namespace:

REFACTOR / CLEANUP

Grin.hs:

split projects

csabahruska commented 6 years ago

Do module reorganization based on https://jaspervdj.be/posts/2017-12-07-getting-things-done-in-haskell.html