Expand description
Implements the function environment (e.g. a name-to-function mapping) for interpretation.
Structsยง
- Func
Index - An opaque reference to a [
Function
] stored in the FunctionStore. - Function
Store - A function store contains all of the functions that are accessible to an interpreter.