PPActionParser.st
changeset 21 b93d472b6e8c
parent 4 90de244a7fa2
child 161 798f60fd396a
--- a/PPActionParser.st	Sat May 05 00:00:57 2012 +0200
+++ b/PPActionParser.st	Sat May 05 00:01:11 2012 +0200
@@ -7,12 +7,6 @@
 	category:'PetitParser-Parsers'
 !
 
-PPActionParser comment:'A parser that performs an action block with the successful parse result of the delegate.
-Instance Variables:
-	block   <BlockClosure>  The action block to be executed.
-'
-!
-
 
 !PPActionParser class methodsFor:'instance creation'!
 
@@ -45,6 +39,14 @@
 
 !PPActionParser class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPActionParser.st,v 1.3 2012-05-04 22:01:11 vrany Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPActionParser.st,v 1.3 2012-05-04 22:01:11 vrany Exp $'
+!
+
 version_SVN
-    ^ '$Id: PPActionParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
+    ^ '§Id: PPActionParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
 ! !