Module environment

Source
Expand description

Implements the function environment (e.g. a name-to-function mapping) for interpretation.

Structsยง

FuncIndex
An opaque reference to a [Function] stored in the FunctionStore.
FunctionStore
A function store contains all of the functions that are accessible to an interpreter.