Just saw a typo in S02: s/unrecogized/unrecognized/
"If the unrecogized subname is followed by postcircumfix:<( )>, it is
compiled as a provisional function call of the parenthesized form."
On 4/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: autrijus
> Date: Tue Apr 25 09:03:00 2006
This is perl 6, right?
my %hash; $hash{foo}{bar} - shouldn't it be %hash{foo}{bar}?
On 4/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: autrijus
> Date: Mon Apr 3 05:47:07 2006
> New Revision: 8553
>
> Modified:
>doc/trunk/design/syn/S09.pod
>
> Log:
> * S09: Leo pointed out the
Sorry, I missed the boat.
On 4/1/06, Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 31, 2006 at 04:07:41AM -0800, [EMAIL PROTECTED] wrote:
>
> > bit single native bit
>
> > +int native signed integer
> > +uintnative unsigned integer (autoboxes to Int)
On 4/1/06, Nicholas Clark <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 31, 2006 at 04:07:41AM -0800, [EMAIL PROTECTED] wrote:
>
> > bit single native bit
>
> > +int native signed integer
> > +uintnative unsigned integer (autoboxes to Int)
> > +buf native
I think there's a typo in synopsis 5, "Indirectly quantified subpattern
captures:"
[ (\w+) \: (\w+ \h+)* \n ]**{2...}
I have a feeling the \h should be *, not +.