Checkin from browser
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 05 May 2012 00:05:05 +0200
changeset 36 4fe8e6295f9e
parent 35 f34ac42e9496
child 37 d602818dd055
Checkin from browser
PPChoiceParser.st
--- a/PPChoiceParser.st	Sat May 05 00:04:55 2012 +0200
+++ b/PPChoiceParser.st	Sat May 05 00:05:05 2012 +0200
@@ -7,13 +7,10 @@
 	category:'PetitParser-Parsers'
 !
 
-PPChoiceParser comment:'A parser that uses the first parser that succeeds.'
-!
-
 
 !PPChoiceParser methodsFor:'operations'!
 
-/ aRule
+/ aRule 
 	^ self copyWith: aRule
 ! !
 
@@ -33,6 +30,14 @@
 
 !PPChoiceParser class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPChoiceParser.st,v 1.3 2012-05-04 22:05:05 vrany Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/petitparser/PPChoiceParser.st,v 1.3 2012-05-04 22:05:05 vrany Exp $'
+!
+
 version_SVN
-    ^ '$Id: PPChoiceParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
+    ^ '§Id: PPChoiceParser.st 2 2010-12-17 18:44:23Z vranyj1 §'
 ! !