mtx2d / nand2tetris

repo for the class https://www.nand2tetris.org/
0 stars 0 forks source link

[project 11] refactor to make code more maintainable #3

Open mtx2d opened 3 years ago

mtx2d commented 3 years ago
  1. remove global counters
  2. remove not used source file
    • vm_writer.py is not used. Either refactor and use the file or remove it
  3. break the giant test_compilation_engine.py into smaller tests