Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 1.96 KB

README.md

File metadata and controls

74 lines (54 loc) · 1.96 KB

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 for more information.

Acknowledgements

I want to thank Noam Nisan, Shimon Schocken and the entire Nand2Tetris team for making the course and the tools.