compiler/PPCScannerCodeGenerator.st
changeset 527 9b50ec9a6918
parent 525 751532c8f3db
child 529 439c4057517f
--- a/compiler/PPCScannerCodeGenerator.st	Mon Aug 24 17:31:06 2015 +0100
+++ b/compiler/PPCScannerCodeGenerator.st	Mon Aug 24 17:38:44 2015 +0100
@@ -10,6 +10,14 @@
 	category:'PetitCompiler-Scanner'
 !
 
+!PPCScannerCodeGenerator class methodsFor:'instance creation'!
+
+new
+    "return an initialized instance"
+
+    ^ self basicNew initialize.
+! !
+
 !PPCScannerCodeGenerator methodsFor:'accessing'!
 
 arguments