compiler/TCompilerContext.st
changeset 13 97090c2baa33
parent 9 569bf5707c7e
child 16 17a2d1d9f205
--- 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 <jan.vrany@fit.cvut.cz>"
+!
+
 reportTypeError: message
 
     TCompilerError raiseErrorString: message