diff -r 9ddc30d7e0ca -r 8b67c6180747 PPWrappingParser.st --- a/PPWrappingParser.st Sat May 05 00:09:29 2012 +0200 +++ b/PPWrappingParser.st Sat May 05 00:09:40 2012 +0200 @@ -7,9 +7,6 @@ category:'PetitParser-Parsers' ! -PPWrappingParser comment:'A parser that performs an action block upon activation with the stream and a continuation block.' -! - !PPWrappingParser methodsFor:'parsing'! @@ -19,6 +16,14 @@ !PPWrappingParser class methodsFor:'documentation'! +version + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPWrappingParser.st,v 1.3 2012-05-04 22:09:40 vrany Exp $' +! + +version_CVS + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPWrappingParser.st,v 1.3 2012-05-04 22:09:40 vrany Exp $' +! + version_SVN - ^ '$Id: PPWrappingParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $' + ^ '§Id: PPWrappingParser.st 2 2010-12-17 18:44:23Z vranyj1 §' ! !