Skip to content

PyGeek03/Jack2VM

Repository files navigation

Jack2VM

Jack to VM compiler for Nand2Tetris course

Quick start:

After cloning this repo, compile the project using:

ghc -O JackCompiler.hs

To compile a single [filename].jack (in Nand2Tetris' Jack code) to [filename].vm (in Nand2Tetris' VM code:

JackCompiler [filename].jack

To compile all .jack files in [directory] to .vm files:

JackCompiler [directory]

About

Jack to VM compiler for Nand2Tetris course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published