compiler/PPCTokenizingVisitor.st
changeset 484 e829f3860745
parent 461 5986bf6d7d60
child 503 ff58cd9f1f3c
--- a/compiler/PPCTokenizingVisitor.st	Wed Jun 03 09:06:49 2015 +0100
+++ b/compiler/PPCTokenizingVisitor.st	Fri Jun 05 00:05:08 2015 +0100
@@ -9,6 +9,7 @@
 	category:'PetitCompiler-Visitors'
 !
 
+
 !PPCTokenizingVisitor methodsFor:'hooks'!
 
 afterAccept: node retval: parserNode
@@ -115,3 +116,10 @@
         yourself.
 ! !
 
+!PPCTokenizingVisitor class methodsFor:'documentation'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+