compiler/PPCCompilationContext.st
changeset 534 a949c4fe44df
parent 533 666372dbe307
child 537 fb212e14d1f4
--- a/compiler/PPCCompilationContext.st	Wed Aug 26 23:34:48 2015 +0100
+++ b/compiler/PPCCompilationContext.st	Sat Aug 29 07:56:14 2015 +0100
@@ -19,6 +19,12 @@
 
 !PPCCompilationContext methodsFor:'accessing'!
 
+idGenerator
+    ^ self parserClass idGen
+
+    "Created: / 03-09-2015 / 21:27:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
 options
     ^ options
 !