refactor code to prepare for multiple files
verbose compiler output is now behind --verbose flag
This commit is contained in:
@@ -5,6 +5,7 @@ const char *err_str(int err) {
|
||||
case ErrorNone: return "(no error)";
|
||||
case ErrorNoMem: return "out of memory";
|
||||
case ErrorInvalidFormat: return "invalid format";
|
||||
case ErrorSemanticAnalyzeFail: return "semantic analyze failed";
|
||||
}
|
||||
return "(invalid error)";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user