Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uiur/jack
- Owner: uiur
- Created: 2016-02-10T08:02:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T02:08:33.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T19:31:01.273Z (3 months ago)
- Language: Go
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```