[][src]Module ogma::vm

Virtual machine for running functions

Structs

Context

Virtual machine context

Instance

A executable reference to a Script with an internal state

Script

A list of Functions

Enums

Trap

An error which may occur during running a function

Traits

Callable

Given a Context can call itself and modify the Context

Type Definitions

Func

A Callable Type