compiler/PPCTokenCodeGenerator.st
changeset 461 5986bf6d7d60
parent 459 4751c407bb40
child 465 f729f6cd3c76
--- a/compiler/PPCTokenCodeGenerator.st	Tue May 12 01:33:33 2015 +0100
+++ b/compiler/PPCTokenCodeGenerator.st	Tue May 12 01:57:37 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Visitors'
 !
 
+
 !PPCTokenCodeGenerator methodsFor:'as yet unclassified'!
 
 afterAccept: node retval: retval
@@ -86,3 +87,10 @@
     compiler rememberStrategy: (PPCCompilerTokenizingRememberStrategy on: compiler).
 ! !
 
+!PPCTokenCodeGenerator class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+