Lukas Renggli wrote:
driveType separatedBy: ', ' asParse
(and see the implementation of #separatedBy: if this is not exactly
what you are looking for)
Thanks Lukas. I ended up with:
driveTypeList := (driveType, additionalDriveType star) ==> [ :nodes |
(Array with: nodes first), nodes second ].
--
View this message in context:
http://forum.world.st/PetitParser-problem-flattening-a-collection-tp3038980…
Sent from the Moose mailing list archive at
Nabble.com.