Module value

Module value 

Source
Expand description

Runtime value system for the Frut

Provides runtime values and operations for the interpreter.

Structs§

NativeFnWrapper
A wrapper for native functions that can be called from Frut code
RuntimeEnvironment
Environment for storing runtime values

Enums§

Value
Runtime values for the Frut

Type Aliases§

NativeFn
Type alias for native function implementation