2223242526272829303132
program = Parser.parse(file); } catch (ParserException e) { Util.abort("parsing error: " + e); return null; } return program.interp(Scope.buildInitScope()); } public static void main(String[] args) { Interpreter i = new Interpreter(args[0]);