diff -r d716a8181fc1 -r 97090c2baa33 compiler/TCompilerContext.st --- a/compiler/TCompilerContext.st Fri Sep 18 06:20:53 2015 +0100 +++ b/compiler/TCompilerContext.st Sun Sep 20 12:01:42 2015 +0100 @@ -38,6 +38,13 @@ !TCompilerContext methodsFor:'error reporting'! +reportSemanticError: message + + TCompilerError raiseErrorString: message + + "Created: / 20-09-2015 / 06:13:42 / Jan Vrany " +! + reportTypeError: message TCompilerError raiseErrorString: message