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.
- Nand2Tetris Java suite - the original debugger with which I originally followed the course and still think is the better version despite being a bit clunky
- Nand2Tetris Web IDE - IDE that I've been used to check for compatibility and for debugging
- The Elements of Computing Systems - original books whose "appendices" section describes how the languages and OS used work