Skip to content

A project (MiniJava ->LLVM) of the Compilers course, Fall 2017-2018

Notifications You must be signed in to change notification settings

Argc0/Compilers

Repository files navigation

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]

About

A project (MiniJava ->LLVM) of the Compilers course, Fall 2017-2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published