PPPluggableParser.st
changeset 55 e84f763c3447
parent 4 90de244a7fa2
child 174 e8984d5abf0f
--- a/PPPluggableParser.st	Sat May 05 00:09:50 2012 +0200
+++ b/PPPluggableParser.st	Sat May 05 00:10:02 2012 +0200
@@ -7,12 +7,6 @@
 	category:'PetitParser-Parsers'
 !
 
-PPPluggableParser comment:'A pluggable parser that passes the parser stream into a block. This enables users to perform manual parsing or to embed other parser frameworks into PetitParser.
-Instance Variables:
-	block   <BlockClosure>  The pluggable one-argument block.
-'
-!
-
 
 !PPPluggableParser class methodsFor:'instance creation'!
 
@@ -47,6 +41,14 @@
 
 !PPPluggableParser class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPPluggableParser.st,v 1.3 2012-05-04 22:10:02 vrany Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPPluggableParser.st,v 1.3 2012-05-04 22:10:02 vrany Exp $'
+!
+
 version_SVN
-    ^ '$Id: PPPluggableParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
+    ^ '§Id: PPPluggableParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
 ! !