#vm #language #programming-language #execute #greyhawk

yanked gh_vm

a VM implementation for the greyhawk language

Uses old Rust 2015

0.0.1-alpha Apr 13, 2017

#207 in #execute

MIT license

23KB
476 lines

Greyhawk VM (ghvm)

A VM implementation in Rust, written for the Greyhawk programming language.

However, the VM was also designed to execute any arbitrary language as well.

VM Goals

  • performance

More info is in the DESIGN.md page.

Using ghvm

greyhawk-vm is available as both a rust library, and an executable to execute code.

Dependencies

~290KB