diff -r a0e6299c7337 -r ead04d661728 stx_goodies_petitparser.st --- a/stx_goodies_petitparser.st Mon Nov 03 11:30:59 2014 +0000 +++ b/stx_goodies_petitparser.st Mon Nov 03 12:47:37 2014 +0000 @@ -198,7 +198,6 @@ Block asParser BlockContext asParser Character asParser - Character ppMinus: Collection asChoiceParser Collection asSequenceParser Interval asParser @@ -215,6 +214,7 @@ Text asPetitStream UndefinedObject asParser PositionableStream peekTwice + Collection asParser ) ! !