Re: [Rakudo] branch for Match.perl

2009-03-03 Thread Moritz Lenz
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

[perl #63616] Named captures are Str's, not Matches

2009-03-03 Thread via RT
# 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 };

Re: Fwd: Masak's S29 list

2009-03-03 Thread Timothy S. Nelson
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