Table of Contents
N2T_Suite is a Nand2Tetris suite written in C++20 with the goal of improving error messages and overall UX to reduce learner's friction while following the book or the course. It takes inspiration from both the Java suite and the Web IDEs provided by the original authors and strives to follow the overall behavior of the original Java suite whenever possible and does not impact usability.
- C++20
- QT 6 (todo!!!)
TODO
TODO
Distributed under the GPLv3 License. See LICENSE
for more information.
I want to thank Noam Nisan, Shimon Schocken and the entire Nand2Tetris team for making the course and the tools.