mossprescott / pynand

Nand2Tetris in Python.
Other
12 stars 3 forks source link

Bury the solved exercises under nand.solutions #20

Closed mossprescott closed 4 years ago

mossprescott commented 4 years ago

This allows all the tests to run, and allows for working on solutions incrementally, while hiding the solutions away so any hypothetical solvers can work on them one at a time.

Also added some comments giving a little guidance about how to proceed.

It was weird that project 04 was missing, and now that an assembler and simulator are implemented, there's no reason not to include it.

Other enhancements: