Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnnymo87/vm_translator


https://github.com/johnnymo87/vm_translator

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

**Setup**
* Clone the repo with `go get github.com/johnnymo87/vm_translator`
* Compile it by running `go build` in the app root directory
* Run the tests with `ginkgo -r`
* Translate a file to binary with `./vm_translator -filename=data/StackArithmetic/SimpleAdd.vm
* SimpleAdd.asm will be in the same directory as the specified file