An implementation of the Hack computer, based on nand2tetris.
There's nothing really to run yet, there are some unit tests that prove that the various parts are working as expected.
For running these:
- Install dependencies:
$ npm i - Run the tests:
$ npm test