# HG changeset patch # User Jan Vrany # Date 1336168832 -7200 # Node ID fc91f519ff96111a509be7d6b84ea2577eafc2b1 # Parent 8d881a6c0ea36aede1ba74a9f42ce0c6fcb2de46 Checkin from browser 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 §' ! !