Runs generated byte code generated from the compiler. Uses NaVM, so any ordinary NaVM bytecode can also be run
constructor
adds an external function.
executes a function
Initializes the VM. must be called before executing anything in the script. And should only be called after all external functions have been added
loads a script, and compiles it
See Implementation
Runs generated byte code generated from the compiler. Uses NaVM, so any ordinary NaVM bytecode can also be run