app

Undocumented in source.

Members

Functions

evaluateWithErrorChecking
void evaluateWithErrorChecking(Interpreter interpreter, string code, string fileName)

for now just parses an expression

main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
native_testSum
ScriptValue native_testSum(Context c, ScriptValue* thisObj, ScriptValue[] args, NativeFunctionError nfe)

testing errors

Meta