Checkin from browser
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 05 May 2012 00:09:40 +0200
changeset 53 8b67c6180747
parent 52 9ddc30d7e0ca
child 54 3e4cde74f2ea
Checkin from browser
PPWrappingParser.st
--- a/PPWrappingParser.st	Sat May 05 00:09:29 2012 +0200
+++ b/PPWrappingParser.st	Sat May 05 00:09:40 2012 +0200
@@ -7,9 +7,6 @@
 	category:'PetitParser-Parsers'
 !
 
-PPWrappingParser comment:'A parser that performs an action block upon activation with the stream and a continuation block.'
-!
-
 
 !PPWrappingParser methodsFor:'parsing'!
 
@@ -19,6 +16,14 @@
 
 !PPWrappingParser class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPWrappingParser.st,v 1.3 2012-05-04 22:09:40 vrany Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPWrappingParser.st,v 1.3 2012-05-04 22:09:40 vrany Exp $'
+!
+
 version_SVN
-    ^ '$Id: PPWrappingParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
+    ^ '§Id: PPWrappingParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
 ! !