| Methods |
Description |
| New |
Creates a new program with no workers. |
| New Worker |
Creates a new worker inside a specific program. |
| Add Worker |
Adds a worker from the current program to another program. |
| Add Builtins |
Adds all of the workers builtin to the interpreter to a program. |
| Find Worker |
Retrieves a worker from a specific program. |
| Run |
Runs a program. |