Author: sorear
Date: 2010-05-30 07:07:05 +0200 (Sun, 30 May 2010)
New Revision: 30974
Modified:
docs/Perl6/Spec/S05-regex.pod
Log:
[S05] Describe alternation left-factoring in rules, long implemented by gimme5
Modified: docs/Perl6/Spec/S05-regex.pod
===
Author: lwall
Date: 2010-05-30 06:27:15 +0200 (Sun, 30 May 2010)
New Revision: 30973
Modified:
docs/Perl6/Spec/S02-bits.pod
Log:
[S02] missing var noticed by isBEKaml++
Modified: docs/Perl6/Spec/S02-bits.pod
===
--- docs/Perl6/Sp
As the time nears, I figured some buzz was in order, and to help with
that, I'm Buzzing about Perl 6. If you would like to follow me /
reshare / comment, you can go here:
http://www.google.com/profiles/AaronJSherman#buzz
My current goal is to post a short snippet of Perl 6 code with an
equally br
On Mon May 24 07:37:14 2010, masak wrote:
> rakudo: sub foo(Str $x) #`{LOL IMA COMMENT} { ... }
> rakudo a4d326: OUTPUT«Unable to parse postcircumfix:sym<( )>,
> couldn't find final ')' [...]
> std: sub foo(Str $x) #`{LOL IMA COMMENT} { ... }
> std 30775: OUTPUT«ok 00:01 116m»
> * masak submit
On Sat Apr 10 14:22:26 2010, masak wrote:
> rakudo: subset A of Mu; my A $x
> rakudo 43f865: OUTPUT«Nominal type check failed for parameter
> '$original'; expected Any but got Mu instead [...]
> * masak submits rakudobug
>
> Note the leaked '$original' variable name above, suggestion that it's
>