Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/bernardini687/vm_translator
- Owner: bernardini687
- Created: 2021-03-24T08:15:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T06:42:52.000Z (over 3 years ago)
- Last Synced: 2024-08-17T00:56:47.234Z (3 months ago)
- Topics: nand2tetris, nand2tetris-vm-translator, stream-processing
- Language: JavaScript
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
npm install # setup project
npm run test # check testsbin/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
```