Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 480 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 480 Bytes

Jack Compiler

A compiler for the "Jack" programming language as specified in From NAND to Tetris.

Getting Started

Clone the project

git clone https://github.com/libklein/jackcompiler

Build/install the project

go build 
go install 

Usage/Examples

Compile all Jack source files in a directory

jackcompiler path/to/directory

or just a single Jack file

jackcompiler path/to/source.jack