diff -r 8d881a6c0ea3 -r fc91f519ff96 PPEpsilonParser.st --- a/PPEpsilonParser.st Sat May 05 00:00:17 2012 +0200 +++ b/PPEpsilonParser.st Sat May 05 00:00:32 2012 +0200 @@ -7,9 +7,6 @@ category:'PetitParser-Parsers' ! -PPEpsilonParser comment:'A parser that consumes nothing and always succeeds.' -! - !PPEpsilonParser methodsFor:'parsing'! @@ -19,6 +16,14 @@ !PPEpsilonParser class methodsFor:'documentation'! +version + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEpsilonParser.st,v 1.3 2012-05-04 22:00:32 vrany Exp $' +! + +version_CVS + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEpsilonParser.st,v 1.3 2012-05-04 22:00:32 vrany Exp $' +! + version_SVN - ^ '$Id: PPEpsilonParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $' + ^ '§Id: PPEpsilonParser.st 2 2010-12-17 18:44:23Z vranyj1 §' ! !