PPAndParser.st
changeset 49 9852b214d4dd
parent 4 90de244a7fa2
child 376 a2656b27cace
--- a/PPAndParser.st	Sat May 05 00:08:46 2012 +0200
+++ b/PPAndParser.st	Sat May 05 00:08:57 2012 +0200
@@ -7,9 +7,6 @@
 	category:'PetitParser-Parsers'
 !
 
-PPAndParser comment:'The and-predicate, a parser that succeeds whenever its delegate does, but consumes the input stream [Parr 1994, 1995].'
-!
-
 
 !PPAndParser methodsFor:'operations'!
 
@@ -29,6 +26,14 @@
 
 !PPAndParser class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPAndParser.st,v 1.3 2012-05-04 22:08:57 vrany Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPAndParser.st,v 1.3 2012-05-04 22:08:57 vrany Exp $'
+!
+
 version_SVN
-    ^ '$Id: PPAndParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
+    ^ '§Id: PPAndParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
 ! !