Skip to content

RedDocMD/DecafCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.