https://github.com/vic/gooby
An experimental rubinius bytecode interpreter in Go.
https://github.com/vic/gooby
Last synced: 8 months ago
JSON representation
An experimental rubinius bytecode interpreter in Go.
- Host: GitHub
- URL: https://github.com/vic/gooby
- Owner: vic
- License: mit
- Created: 2013-09-28T04:38:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T01:34:33.000Z (almost 12 years ago)
- Last Synced: 2024-06-19T06:49:09.305Z (about 2 years ago)
- Language: Go
- Size: 337 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Gooby
====
An experimental rubinius bytecode interpreter in Go.

```shell
goop go run main/gooby.go compile test/hello.rbc
```
[](http://www.babygopher.org)