diff -r 93f28e32de35 -r 16b3c2bb1f12 PPDelegateParser.st --- a/PPDelegateParser.st Sat May 05 00:01:37 2012 +0200 +++ b/PPDelegateParser.st Sat May 05 00:01:50 2012 +0200 @@ -7,11 +7,6 @@ category:'PetitParser-Parsers' ! -PPDelegateParser comment:'A parser that delegates to another parser. -Instance Variables: - parser The parser to delegate to.' -! - !PPDelegateParser class methodsFor:'instance creation'! @@ -39,6 +34,14 @@ !PPDelegateParser class methodsFor:'documentation'! +version + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPDelegateParser.st,v 1.3 2012-05-04 22:01:50 vrany Exp $' +! + +version_CVS + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPDelegateParser.st,v 1.3 2012-05-04 22:01:50 vrany Exp $' +! + version_SVN - ^ '$Id: PPDelegateParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $' + ^ '§Id: PPDelegateParser.st 2 2010-12-17 18:44:23Z vranyj1 §' ! !