IRInterpreter.st
changeset 37 be8c2dd09dff
parent 26 db19d89eef60
child 41 f3898a3b378d
equal deleted inserted replaced
36:1bfd09c6b3d8 37:be8c2dd09dff
   109 ! !
   109 ! !
   110 
   110 
   111 !IRInterpreter class methodsFor:'documentation'!
   111 !IRInterpreter class methodsFor:'documentation'!
   112 
   112 
   113 version
   113 version
   114     ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRInterpreter.st,v 1.3 2009/10/08 11:58:54 fm Exp $'
   114     ^ '$Id$'
   115 !
   115 !
   116 
   116 
   117 version_CVS
   117 version_CVS
   118     ^ '$Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRInterpreter.st,v 1.3 2009/10/08 11:58:54 fm Exp $'
   118     ^ '§Header: /cvs/stx/cvut/stx/goodies/newcompiler/IRInterpreter.st,v 1.3 2009/10/08 11:58:54 fm Exp §'
   119 !
   119 !
   120 
   120 
   121 version_SVN
   121 version_SVN
   122     ^ '$Id$'
   122     ^ '$Id::                                                                                                                        $'
   123 ! !
   123 ! !