979899100101102103104105106107
} catch (Exception e) { // Error(s) in source. Try to build anyway and compiler will print erorr reports. } src.reset(); Log log = new Log(); compile(src, options, log); log.report(grammar_file.getName(), src); }