miniscript_interpreter library
Classes
- Interpreter
- Interpreter: an object that contains and runs one MiniScript script.
Typedefs
- TextOutputMethod = void Function(String output, bool addLineBreak)
- TextOutputMethod: a function typedef used to return text from the script (e.g. normal output, errors, etc.) to your Dart code.