Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 462 Bytes

Honors in Data Science(SPPU) Final Year Seminar Project.

APReF: Automatic Parallelizer of REcursive Functions

This is a python 3 implementation of APReF.

Checkout More details about APReF.

Usage

pip install sympy 
python apref.py -f <haskell-file> --scan --constfold

You can run the code.hs file as an example:

python apref.py -f code.hs --scan --constfold