[][src]Module haru::vmbindings

Bindings for the virtual machine.

Modules

env

Provides the stack frame for the virtual machine

exframe

Provides an exception frame interface for storing try..case data

function

Provides a function value in Hana

gc

Basic implementation of a mark and sweep garbage collector

hmap

Provides a hashmap of String-NativeValue

interned_string_map

Provides interned string map

nativeval

Provides the native value representation used by the virtual machine

record

Provides a record value in Hana

string
value

Provides an abstraction for native values

vm

Provides an interface for the virtual machine

vmerror

Provides an interface for virtual machine errors