Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 262 Bytes

File metadata and controls

7 lines (4 loc) · 262 Bytes

Chocolate

Use the .jar file in the root to run. You need java installed. Run with java -jar Chocolate.jar temp.choco

Building it yourself

You need sbt installed. Run sbt "chocolateJVM/run temp.choco" to run, or to create a .jar file, sbt assembly.