chore: scrap old implementation

This commit is contained in:
2026-03-24 10:53:55 +01:00
parent 46b9abfc86
commit fb9e783543
10 changed files with 2 additions and 1190 deletions
-10
View File
@@ -1,13 +1,3 @@
# Jack Compiler
This is a compiler made as the an assignment for the [Nand To Tetris Course: Part 2](https://nand2tetris.org/project07). It assumes that the jack file does not have errors for now.
To compile the program run the following command:
```
g++ main.cpp -Isrc -std=c++17
```
To run the executable against jack vm files run the following command with the path of the file:
```
./a.out <path>
```
The file will be written next to the source file.