[][src]Module haru::vmbindings

Bindings for the virtual machine.

Modules

carray

Provides a stable dynamic array interface that can be used with C

chmap

Provides a hashmap of String-NativeValue

cnativeval

Provides the native value representation used by the virtual machine

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

record

Provides a record value in Hana

value

Provides an abstraction for native values

vm

Provides an interface for the virtual machine

vmerror

Provides an interface for virtual machine errors