Crate fomoscript

Source

Structs§

Ctx
Interpreter context, holds all state during execution.
Native
Native rust closure wrapper, to be inserted in the script

Enums§

N
fomoscript AST node
Op

Functions§

dup
Create a new FuncDef by replacing known variables (excluding shadowed)
eval
Interprets the node using the ctx/interpreter provided
parse_eval

Type Aliases§

BN
ID
VN