app

Undocumented in source.

Members

Functions

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

This runs a script program and prints the appropriate error message when a script exception is caught.

main
int main(string[] args)

Main function for the REPL or interpreter. If no command line arguments are specified, it enters interactive REPL mode, otherwise it attempts to execute the first argument as a script file.

Meta