Is PetitParser eager by default?

I've used PetitParser countless times so I am really baffled why this doesn't 
work

str := 'a0b'.
#any asParser star, #digit asParser, #any asParser star parse: str.

-> PPFailure (input expected at: 3)


Thanks,
Peter

Reply via email to