Structs§
- Ctx
- Interpreter context, holds all state during execution.
- Native
- Native rust closure wrapper, to be inserted in the script
Enums§
Functions§
- dup
- Create a new FuncDef by replacing known variables (excluding shadowed)
- eval
- Interprets the node using the ctx/interpreter provided
- parse_
eval