Hi David,

> First, just want to say thank you for writing "Parslet", I don't know what
> I'd do without it!
Appreciated ;)

> But the following yields different results depending on whether I use
> ".repeat(0,1)" or ".maybe".

Yes. I've now documented this for the first time. #repeat will mostly 
produce strings and arrays, also in the case where it doesn't match at 
all. #maybe on the other hand produces strings or nils. This is on purpose.

Does this help make sense out of the error messages you get? (The #eval 
isn't mine, it's yours ;))

regards,
kaspar

Reply via email to