264265266267268269270271272273274
} } // Evaluate the module. try { List<Expr> exprs = parser.parseModule(); for (Expr expr : exprs) { evaluate(expr, module, module.getScope()); } } catch (ParseException e) { String message = String.format("Syntax error at %s: %s",