selfscript.compile

Undocumented in source.

Members

Functions

compileScript
bool compileScript(string filename, bool buildDebug, string[] compilerFlags)

Compiles a file into a Script object.

eval
bool eval(string input, string tmpname, bool buildDebug, string[] compilerFlags)

Evals a string input. includes creating the target file, compiling it, loading it, exectuing it and unloading it. Paramter: input = the input to compile tmpname = name for the temp. script object Return: true on success, false on compiler or loading errors

Meta