diff -r 9a7fa841f12e -r a6d8b93441b0 compiler/PPCTokenCodeGenerator.st --- a/compiler/PPCTokenCodeGenerator.st Mon Aug 17 13:39:38 2015 +0100 +++ b/compiler/PPCTokenCodeGenerator.st Mon Aug 17 23:11:56 2015 +0100 @@ -9,6 +9,7 @@ category:'PetitCompiler-Visitors' ! + !PPCTokenCodeGenerator methodsFor:'accessing'! arguments: args @@ -305,3 +306,10 @@ ^ self visitToken: node ! ! +!PPCTokenCodeGenerator class methodsFor:'documentation'! + +version_HG + + ^ '$Changeset: $' +! ! +