IRTranslator.st
changeset 6 49a61123c743
parent 5 b94aea1d3710
child 9 04518c7fb91c
--- a/IRTranslator.st	Mon Dec 01 19:01:08 2008 +0000
+++ b/IRTranslator.st	Tue Dec 02 08:14:54 2008 +0000
@@ -73,6 +73,14 @@
     "Modified: / 11-06-2008 / 10:13:28 / Jan Vrany <vranyj1@fel.cvut.cz>"
 !
 
+line: line
+
+        self doPending.
+        gen line: line
+
+    "Created: / 02-12-2008 / 09:01:47 / Jan Vrany <vranyj1@fel.cvut.cz>"
+!
+
 popTop
 
 	"if last was storeTemp,  storeInstVar storeIntoLiteralVariable then convert to storePopTemp, storePopInstVar storePopIntoLiteralVariable"