afnan47 / APReF-using-python3

APReF's implementation in Python 3

Repository from Github https://github.comafnan47/APReF-using-python3Repository from Github https://github.comafnan47/APReF-using-python3

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

About

APReF's implementation in Python 3


Languages

Language:Python 94.0%Language:Haskell 3.2%Language:Shell 2.8%