Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnymo87/vm_translator
https://github.com/johnnymo87/vm_translator
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnnymo87/vm_translator
- Owner: johnnymo87
- Created: 2014-03-21T17:36:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-07T05:38:08.000Z (over 10 years ago)
- Last Synced: 2024-10-18T20:18:35.634Z (20 days ago)
- Language: Go
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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