gh_vm 0.0.1-alpha

a VM implementation for the greyhawk language
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.