Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bernardini687/vm_translator

vm translator for nand2tetris (part 2)
https://github.com/bernardini687/vm_translator

nand2tetris nand2tetris-vm-translator stream-processing

Last synced: 3 days ago
JSON representation

vm translator for nand2tetris (part 2)

Awesome Lists containing this project

README

        

```sh
npm install # setup project
npm run test # check tests

bin/cli.js test/Test.vm # try it out

npm run lint # check linter errors
npm run fix # run linter with fix option
```

```sh
# additional options:

PRINT_SOURCE_COMMAND=1 bin/cli.js test/Test.vm # prepend output code with its source command
```