Checkin from browser
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 05 May 2012 00:01:50 +0200
changeset 24 16b3c2bb1f12
parent 23 93f28e32de35
child 25 be0f50e43f2f
Checkin from browser
PPDelegateParser.st
--- 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 §'
 ! !