testing = true;
}
public static void main(String[] args) throws Exception {
try {
CommandLineOptions options = CommandLineOptions.fromCmdLineArgs(args);
exit(Guice.createInjector(new InterpreterModule(options))
.getInstance(Interpreter.class)
.run());
} catch (CmdLineException e) {
exit(1);