PPDelegateParser.st
changeset 24 16b3c2bb1f12
parent 4 90de244a7fa2
child 162 47927bdbe346
--- 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  <PPParser>      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 §'
 ! !