compiler/PEGFsaGenerator.st
changeset 518 a6d8b93441b0
parent 515 b5316ef15274
child 525 751532c8f3db
--- a/compiler/PEGFsaGenerator.st	Mon Aug 17 13:39:38 2015 +0100
+++ b/compiler/PEGFsaGenerator.st	Mon Aug 17 23:11:56 2015 +0100
@@ -9,6 +9,14 @@
 	category:'PetitCompiler-FSA'
 !
 
+!PEGFsaGenerator methodsFor:'accessing'!
+
+name
+    ^ self printString
+
+    "Created: / 17-08-2015 / 13:13:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !PEGFsaGenerator methodsFor:'hooks'!
 
 afterAccept: node retval: retval