private static void Report(int line, string where, string message) { ConsoleOutput.Log($"[line {line}] Error {where}: {message}"); HadError = true; }