https://github.com/mistlog/jack-vm
Jack vm implementation in typedraft, about jack vm, see https://www.nand2tetris.org/
https://github.com/mistlog/jack-vm
Last synced: about 1 year ago
JSON representation
Jack vm implementation in typedraft, about jack vm, see https://www.nand2tetris.org/
- Host: GitHub
- URL: https://github.com/mistlog/jack-vm
- Owner: mistlog
- License: mit
- Created: 2019-12-22T08:37:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:30:07.000Z (over 3 years ago)
- Last Synced: 2025-02-01T15:31:09.199Z (over 1 year ago)
- Language: TypeScript
- Size: 245 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jack VM ·  [](https://coveralls.io/github/mistlog/jack-vm)
Jack VM is implemented in [typedraft](https://github.com/mistlog/typedraft) to demonstrate literate programming.
The OS provided by [Nand to Tetris](https://www.nand2tetris.org/) course runs well and renders the following images:



## Documentation
See source-view folder.
## License
Jack VM is [MIT licensed](https://github.com/mistlog/jack-vm/blob/master/LICENSE).