Haskython: Haskell and Python Conversion (Python Library)
Converting Haskell into Python Code:
- Add Haskell (.hs) File to haskython/src
- Change Directory into haskython/src
- Run "python haskell_to_python.py file.hs"
Converting Python into Haskell Code:
- Add Python (.py) File to haskython/src
- Change Directory into haskython/src
- Run "python python_to_haskell.py file.py"
Created during Summer 2021 for CS421: Programming Languages (Professor Mattox Beckman)
University of Illinois at Urbana-Champaign