diff -r 9b021405b8a5 -r 4bc103d5f559 PPNotParser.st --- a/PPNotParser.st Sat May 05 00:06:11 2012 +0200 +++ b/PPNotParser.st Sat May 05 00:06:22 2012 +0200 @@ -7,9 +7,6 @@ category:'PetitParser-Parsers' ! -PPNotParser comment:'The not-predicate, a parser that succeeds whenever its delegate does not, but consumes no input [Parr 1994, 1995].' -! - !PPNotParser methodsFor:'parsing'! @@ -24,6 +21,14 @@ !PPNotParser class methodsFor:'documentation'! +version + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPNotParser.st,v 1.3 2012-05-04 22:06:22 vrany Exp $' +! + +version_CVS + ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPNotParser.st,v 1.3 2012-05-04 22:06:22 vrany Exp $' +! + version_SVN - ^ '$Id: PPNotParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $' + ^ '§Id: PPNotParser.st 2 2010-12-17 18:44:23Z vranyj1 §' ! !