Compiler from The Jack language to The Hack platform (Nand2Tetris Part 2)
You need Go to develop, build, and run this project.
git clone https://github.com/hazemKrimi/jack-compiler
.jack
./out/jack-compiler <path_to_jack_file_or_directory>
The result .vm file will be written in the same location as the source file.
.vm
go build -o out
You will find the executable in the out directory.
out