compiler/PPCCompiler.st
changeset 479 6316a98b7150
parent 478 711c8bc1ec04
child 486 0dd7eb52b5a1
equal deleted inserted replaced
478:711c8bc1ec04 479:6316a98b7150
   170         self add: 'context restore: ', mementoName, '.'.
   170         self add: 'context restore: ', mementoName, '.'.
   171     ]
   171     ]
   172 ! !
   172 ! !
   173 
   173 
   174 !PPCCompiler methodsFor:'code generation - coding'!
   174 !PPCCompiler methodsFor:'code generation - coding'!
       
   175 
       
   176 code:aStringOrBlockOrRBParseNode
       
   177     currentMethod code: aStringOrBlockOrRBParseNode
       
   178 
       
   179     "Created: / 01-06-2015 / 23:49:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   180 !
   175 
   181 
   176 codeAssign: code to: variable
   182 codeAssign: code to: variable
   177     self assert: variable isNil not.
   183     self assert: variable isNil not.
   178     
   184     
   179     "TODO JK: Hack alert, whatever is magic constant!!"
   185     "TODO JK: Hack alert, whatever is magic constant!!"