Skip to content

libklein/jackcompiler

Repository files navigation

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

About

A compiler for the Jack language from Nand2Tetris.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages