Implementing an Universal Machine of 32 bits, (ACM International Conference on Functional Programming (ICFP), 2006)
@author: Amine Benslimane
March 2021, Sorbonne Université
@mail: First.Last@etu.sorbonne-universite.fr
github: https://github.com/bnslmn
Use an IDE (it was Eclipse for me) for executing the benchmark : configure sandmark.umz
as an argument by following these steps :
right click on Platter.java
--> Run as
-> Run configuration
-> Select projet UniversalMachine
and main class su.universalmachine.Platter
-> In arguments -> Program arguments : paste the location of sandmark.umz
Enjoy :)