compiler/PPCDistinctScanner.st
changeset 527 9b50ec9a6918
parent 524 f6f68d32de73
--- a/compiler/PPCDistinctScanner.st	Mon Aug 24 17:31:06 2015 +0100
+++ b/compiler/PPCDistinctScanner.st	Mon Aug 24 17:38:44 2015 +0100
@@ -9,6 +9,14 @@
 	category:'PetitCompiler-Scanner'
 !
 
+!PPCDistinctScanner class methodsFor:'instance creation'!
+
+new
+    "return an initialized instance"
+
+    ^ self basicNew initialize.
+! !
+
 !PPCDistinctScanner methodsFor:'accessing-private'!
 
 getMatch