PPEndOfInputParser.st
changeset 26 d5b0ca28ee55
parent 4 90de244a7fa2
child 377 6112a403a52d
--- a/PPEndOfInputParser.st	Sat May 05 00:02:04 2012 +0200
+++ b/PPEndOfInputParser.st	Sat May 05 00:02:18 2012 +0200
@@ -7,9 +7,6 @@
 	category:'PetitParser-Parsers'
 !
 
-PPEndOfInputParser comment:'A parser that succeeds only at the end of the input stream.'
-!
-
 
 !PPEndOfInputParser methodsFor:'operations'!
 
@@ -34,6 +31,14 @@
 
 !PPEndOfInputParser class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEndOfInputParser.st,v 1.3 2012-05-04 22:02:18 vrany Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPEndOfInputParser.st,v 1.3 2012-05-04 22:02:18 vrany Exp $'
+!
+
 version_SVN
-    ^ '$Id: PPEndOfInputParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
+    ^ '§Id: PPEndOfInputParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
 ! !