PPChoiceParser.st
changeset 4 90de244a7fa2
parent 0 739fe9b7253e
child 36 4fe8e6295f9e
--- a/PPChoiceParser.st	Mon Sep 12 19:48:53 2011 +0200
+++ b/PPChoiceParser.st	Fri Jan 13 12:22:50 2012 +0100
@@ -1,4 +1,4 @@
-"{ Package: 'squeak:petitparser' }"
+"{ Package: 'stx:goodies/petitparser' }"
 
 PPListParser subclass:#PPChoiceParser
 	instanceVariableNames:''
@@ -13,7 +13,7 @@
 
 !PPChoiceParser methodsFor:'operations'!
 
-/ aRule 
+/ aRule
 	^ self copyWith: aRule
 ! !
 
@@ -34,5 +34,5 @@
 !PPChoiceParser class methodsFor:'documentation'!
 
 version_SVN
-    ^ '$Id: PPChoiceParser.st,v 1.1 2011-08-18 18:56:17 cg Exp $'
+    ^ '$Id: PPChoiceParser.st,v 1.2 2012-01-13 11:22:50 cg Exp $'
 ! !