# HG changeset patch # User Jan Vrany # Date 1336168871 -7200 # Node ID b93d472b6e8c46f16500c7e556177f43090ad29c # Parent 46d4542c5f5ef37393e2866468ec9e70dd89a290 Checkin from browser diff -r 46d4542c5f5e -r b93d472b6e8c PPActionParser.st --- 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 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 §' ! !