# HG changeset patch # User Jan Vrany # Date 1336169413 -7200 # Node ID e6c555201a3af61e4699226cc149ac92b8d10d1b # Parent e84f763c3447d7b3592f1aeb7cc7939994ceb20f Checkin from browser diff -r e84f763c3447 -r e6c555201a3a PPListParser.st --- a/PPListParser.st Sat May 05 00:10:02 2012 +0200 +++ b/PPListParser.st Sat May 05 00:10:13 2012 +0200 @@ -7,11 +7,6 @@ category:'PetitParser-Parsers' ! -PPListParser comment:'Abstract parser that parses a list of things in some way (to be specified by the subclasses). -Instance Variables: - parsers A sequence of other parsers to delegate to.' -! - !PPListParser class methodsFor:'instance creation'! @@ -57,6 +52,14 @@ !PPListParser class methodsFor:'documentation'! +version + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPListParser.st,v 1.3 2012-05-04 22:10:13 vrany Exp $' +! + +version_CVS + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPListParser.st,v 1.3 2012-05-04 22:10:13 vrany Exp $' +! + version_SVN - ^ '$Id: PPListParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $' + ^ '§Id: PPListParser.st 2 2010-12-17 18:44:23Z vranyj1 §' ! !