Moritz Lenz wrote:
> Hi,
>
> I've pushed the branch match_perl to github which implements Match.perl.
> What it emits is valid Perl 6 (I hope), but since Match.new() doesn't
> seem to work with named parameters yet, the result can not be evaluated
> back to match object.
FYI after feedback from P
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #63616]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=63616 >
09:26 <@moritz_> rakudo: rule w { . }; 'a' ~~ m//; for %($/).kv ->
$k, $v {say $v.WHAT };
On Tue, 3 Mar 2009, Carl Mäsak wrote:
# .ACCEPTS and .REJECTS on most everything -- provided by the Pattern role.
Likely a mistake to put one under each section, though. Perhaps put one
under Object and put a reference to S03.
What does Pattern? Should we have Object does Pattern?
See