Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 309 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 309 Bytes

Generating intermediate code (MiniJava -> LLVM)

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]