You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To compile a program:
Run the java file: src/compiler/Compiler.java
The compiler will output a haskell file containing sprockell instructions and a main function.
The outputted haskell file can be run from the src folder.