compiler/PEGFsaState.st
changeset 504 0fb1f0799fc1
parent 502 1e45d3c96ec5
child 516 3b81c9e53352
--- a/compiler/PEGFsaState.st	Fri Jul 24 15:37:23 2015 +0100
+++ b/compiler/PEGFsaState.st	Fri Jul 24 19:42:09 2015 +0100
@@ -9,6 +9,14 @@
 	category:'PetitCompiler-FSA'
 !
 
+!PEGFsaState class methodsFor:'instance creation'!
+
+new
+    "return an initialized instance"
+
+    ^ self basicNew initialize.
+! !
+
 !PEGFsaState methodsFor:'accessing'!
 
 destination