> It may very well be that 1.8.6 wont work. But judging from your stack
> trace, this might be related to input you're giving as well;
> Parslet::Atoms::Re constructs a regular expression from the range you're
> feeding it (match('...')) - and that seems to fail. Maybe if you give us
> something to work with (a piece of your grammar that reproduces the
> error), somebody here will be able to reproduce this and narrow it down?And a correction ;) .. Is #tap really missing from 1.8.6? I guess that would kill compatibility, because I am a fan ;) kaspar
