Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 288 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 288 Bytes

#MiniJavac

Compiler for MiniJava

##How to build it

The jar files is build with Ant build system. To build the jar files simply type:

$ant jar

##Run the tests

Either use

$ant clean-test

which will build and test the program or use

$ant test

if the program is all ready build