Crate fomoscript

source ·

Structs

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

Enums

Functions

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

Type Aliases