mtx2d / nand2tetris

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

Stream based implementation for compilation engine #2

Closed mtx2d closed 3 years ago

mtx2d commented 3 years ago

Before the change the compilation engine directly write to output file.

This refactor aims to separate the logic of parsing and writing. After the change all writing will be done at the end.