Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 379 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 379 Bytes

Jack Compiler

The Jack Compiler can be used to compile Jack source code into a virtual machine language. (For use with the Nand2Tetris module: https://www.nand2tetris.org/)

Build instructions

Compile each Java class individually javac <javaclass> or all with javac *.java.

Usage

Run the compiler on a file or directory java com.JackCompiler <file/directory name>