# HG changeset patch # User Jan Vrany # Date 1336168938 -7200 # Node ID d5b0ca28ee5552fc51e02c93be488f97b157edc7 # Parent be0f50e43f2f11dcb147ac85573cca39abd53142 Checkin from browser diff -r be0f50e43f2f -r d5b0ca28ee55 PPEndOfInputParser.st --- a/PPEndOfInputParser.st Sat May 05 00:02:04 2012 +0200 +++ b/PPEndOfInputParser.st Sat May 05 00:02:18 2012 +0200 @@ -7,9 +7,6 @@ category:'PetitParser-Parsers' ! -PPEndOfInputParser comment:'A parser that succeeds only at the end of the input stream.' -! - !PPEndOfInputParser methodsFor:'operations'! @@ -34,6 +31,14 @@ !PPEndOfInputParser class methodsFor:'documentation'! +version + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEndOfInputParser.st,v 1.3 2012-05-04 22:02:18 vrany Exp $' +! + +version_CVS + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEndOfInputParser.st,v 1.3 2012-05-04 22:02:18 vrany Exp $' +! + version_SVN - ^ '$Id: PPEndOfInputParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $' + ^ '§Id: PPEndOfInputParser.st 2 2010-12-17 18:44:23Z vranyj1 §' ! !