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
In this project I write visitors that convert MiniJava code into the intermediate representation used by the LLVM compiler project (using a subset of the instructions).
How to run(using terminal):
java Main [file1] [file2] ... [fileN]
About
A project (MiniJava ->LLVM) of the Compilers course, Fall 2017-2018