This is is a Visual Studio Code extension for Nand2Tetris development based on Zohar Lee's "Nand2Tetris Tools" and Stefano Volpe's "Mastro NANDo".
It incoporates HUJI's version of Nand2Tetris' Software Suite with various Visual Studio Code functionalities. Features unique to HUJI's version, such as shifts, are fully supported.
This extension is meant for students, instructors, and self-learners who want to enhance their Nand2Tetris experience.
Language | File Extensions | Grammar | Snippets | Icon |
---|---|---|---|---|
Hardware Description Language | .hdl |
✔︎ | ✔︎ | ✔︎ |
Test scripts format | .tst |
✔︎ | ✔︎ | ✔︎ |
Compare and output files format | .cmp , .out |
✔︎ | ✔︎ | |
Hack Assembly | .asm |
✔︎ | ✔︎ | |
Hack Machine Language | .hack |
✔︎ | ✔︎ | |
Hack Virtual Machine Language | .vm |
✔︎ | ✔︎ | ✔︎ |
Jack Language | .jack |
✔︎ | ✔︎ | ✔︎ |
Any icons not listed in the table above have been included in VS Code's built-in icon theme Seti.
-
Java Runtime Environment is optional, used for running the Software Suite.
-
Markdown All in One is highly recommended for those using HUJI's READMEs.
There is no need to manually install Nand2Tetris' Software Suite, as it is already included in the extension itself.
Visit VSCode's Marketplace.