Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uiur/jack

My jack compiler for nand2tetris
https://github.com/uiur/jack

Last synced: about 1 month ago
JSON representation

My jack compiler for nand2tetris

Awesome Lists containing this project

README

        

# jack
My jack compiler for nand2tetris

```sh
$ go build
$ ./jack fixtures/Main.jack
$ ./jack parse fixtures/Main.jack
```

```sh
$ make test
```