compiler/PPCTokenizingCodeGen.st
changeset 518 a6d8b93441b0
parent 515 b5316ef15274
child 525 751532c8f3db
--- a/compiler/PPCTokenizingCodeGen.st	Mon Aug 17 13:39:38 2015 +0100
+++ b/compiler/PPCTokenizingCodeGen.st	Mon Aug 17 23:11:56 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Compiler-Codegen'
 !
 
+
 !PPCTokenizingCodeGen methodsFor:'code generation'!
 
 codeClearError
@@ -57,3 +58,10 @@
     errorStrategy := PPCCompilerTokenizingErrorStrategy on: self.
 ! !
 
+!PPCTokenizingCodeGen class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+