An open API service indexing awesome lists of open source software.

https://github.com/raphgl/n2t_suite

Third-party Nand2Tetris dev suite
https://github.com/raphgl/n2t_suite

Last synced: 12 months ago
JSON representation

Third-party Nand2Tetris dev suite

Awesome Lists containing this project

README

          






Logo

Native Nand2Tetris suite



Report Bug
·
Request Feature

Table of Contents



  1. About The Project



  2. Getting Started


  3. Usage

  4. License

  5. Acknowledgements

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.

### Built With

- C++20
- QT 6 (todo!!!)

## Getting Started

### Installation

TODO

## Usage

TODO

## License

Distributed under the GPLv3 License. See [`LICENSE`](https://github.com/RaphGL/N2T_Suite/blob/main/LICENSE) for more information.

## Acknowledgements

I want to thank Noam Nisan, Shimon Schocken and the entire Nand2Tetris [team](https://www.nand2tetris.org/copy-of-about) for making the course and the tools.

- [Nand2Tetris Java suite](https://github.com/nand2tetris/nand2tetris_simulator) - 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](https://github.com/nand2tetris/web-ide) - IDE that I've been used to check for compatibility and for debugging
- [The Elements of Computing Systems](https://www.nand2tetris.org/book) - original books whose "appendices" section describes how the languages and OS used work