Crate fomoscript
source ·Structs
- Interpreter context, holds all state during execution.
- Native rust closure wrapper, to be inserted in the script
Enums
- fomoscript AST node
- Token generated while lexing the code.
Functions
- Interprets the ctx at the node index specified (0 for root)
Type Aliases
- fomoscript AST. Nodes are stored in a Vec, and reference other nodes with their index.
- An index to an AST node