Skip to content

lhutton1/jack-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 

Repository files navigation

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>

About

A compiler for the NAND-to-Tetris Jack language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages