Lukas Renggli wrote:
Also this is a bug in Pharo causing direct recursion to hang the image.
I'll report it.
Lukas Renggli wrote:
#optional is a parser that always succeeds. #star is an parser that parsers 0 or more times eagerly. Thus #star loops forever.
Thanks, so "optional" is like the ? in other regex systems, meaning 0 or 1 times.
-- View this message in context: http://forum.world.st/PetitParser-crash-tp3725129p3728026.html Sent from the Moose mailing list archive at Nabble.com.