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

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/

Awesome Lists containing this project

README

          

# Jack VM · ![Build Status](https://github.com/mistlog/jack-vm/workflows/build/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/mistlog/jack-vm/badge.svg)](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:

![](https://user-images.githubusercontent.com/54229343/71319830-569ecd00-249b-11ea-95db-a42a2450ab9f.png)

![](https://user-images.githubusercontent.com/54229343/71319833-5999bd80-249b-11ea-8825-db188f2c797c.png)

![](https://user-images.githubusercontent.com/54229343/71319828-543c7300-249b-11ea-850d-1040b09582dc.png)

## Documentation

See source-view folder.

## License

Jack VM is [MIT licensed](https://github.com/mistlog/jack-vm/blob/master/LICENSE).