[EMAIL PROTECTED] (Damian Conway) writes:
> It's not an exception, but you could certainly *implement* it that way.

I would argue that it is in some sense, if not an Official Perl 6 Exception,
since it jumps out of several levels of a match. But yeah, I'm probably
just looking at this from an implementor's viewpoint.

> It gives up tracktracking the immediately preceding atom.
> The behaviour is explained quite well in E5 I think.

Aha! Got it, thank you.

While I'm messing about with REs, is it specified how :any and hypotheticals
interoperate?

   "ab" =~ rx:any / $match := (\w) /;
   print $match;

Can that be undefined behaviour? Please? :)

-- 
DEC diagnostics would run on a dead whale.
                -- Mel Ferentz

Reply via email to