Re: [svn:perl6-synopsis] r8942 - doc/trunk/design/syn

2006-04-25 Thread Amos Robinson
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

Re: [svn:perl6-synopsis] r8553 - doc/trunk/design/syn

2006-04-03 Thread Amos Robinson
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

Re: [svn:perl6-synopsis] r8504 - doc/trunk/design/syn

2006-03-31 Thread Amos Robinson
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)

Re: [svn:perl6-synopsis] r8504 - doc/trunk/design/syn

2006-03-31 Thread Amos Robinson
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

Typo Alert: Synopsis 5

2006-02-12 Thread Amos Robinson
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 +.