diff -r 666372dbe307 -r a949c4fe44df compiler/PEGFsaStateInfo.st --- a/compiler/PEGFsaStateInfo.st Wed Aug 26 23:34:48 2015 +0100 +++ b/compiler/PEGFsaStateInfo.st Sat Aug 29 07:56:14 2015 +0100 @@ -9,6 +9,7 @@ category:'PetitCompiler-FSA' ! + !PEGFsaStateInfo methodsFor:'accessing'! failure @@ -210,3 +211,10 @@ newInfo failure: info isFsaFailure. ! ! +!PEGFsaStateInfo class methodsFor:'documentation'! + +version_HG + + ^ '$Changeset: $' +! ! +