This project is an implementation of a virtual machine to translate VM source code to assembly code in the Hack system. It follows the contract described in The Elements of Computing Systems.
You can use it by providing VM source file and the output file as follows:
(virtual-machine:compile-dir "StaticsTest")
MIT