Parser
A script interpreter available at runtime.
This library is a function for parsing text into a runnable script object.
The script object is not loaded into the environment but can be run with the run
statement.
import [parser]
script = run parser "/say hello"
run script
Last updated