Mastro NANDo is a Visual Studio Code extension for Nand2Tetris development based on Zohar Lee's "Nand2Tetris Tools". It empowers an incorporated release of the Nand to Tetris Software Suite with various Visual Studio Code functionalities. 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 the extension from VS Code's built-in icon theme Seti.
-
Java Runtime Environment (recommended, but needed only if you want to use functionalities related to the Nand to Tetris Software Suite)
There is no need to manually install the Nand to Tetris Software Suite, as it is already incorporated in the extension itself.
Please launch VS Code Quick Open (Ctrl
+ P
), digit ext install foxyseta.mastro-nando
, and press enter.
You may also visit the Visual Studio Code Marketplace for further support.
After cloning this GitHub repository, you might want to follow through with the documentation relating VS Code's Extension API.