Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 606 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 606 Bytes

Decaf Compiler

This is a compiler for the educational language Decaf written in Kotlin.

Running

The compiler JAR file can be downloaded here. The minimum Java version required is 11.

Building from source

Clone this repository.

Open it up in IntelliJ Idea.

Run Build -> Build Artifacts -> DecafKotlin.jar.

Now run the jar file out/artifacts/DecafKotlin_jar/DecafKotlin.jar.