Re: Perl6 grammar (take V)

2002-07-14 Thread Ashley Winters
On Monday 15 July 2002 06:57 am, Sean O'Rourke wrote: > On Sun, 14 Jul 2002, Brent Dax wrote: > > Deborah Ariel Pickett: > > # My perl5 sensibilities tell me that that's likely to cause a > > # problem when I want to do something like this: > > # > > # $hashref = { function_returning_hash() }; > >

RE: Perl6 grammar (take V)

2002-07-14 Thread Sean O'Rourke
On Sun, 14 Jul 2002, Brent Dax wrote: > Deborah Ariel Pickett: > # My perl5 sensibilities tell me that that's likely to cause a > # problem when I want to do something like this: > # > # $hashref = { function_returning_hash() }; > # > # because I won't get the function's return values put into a

RE: Perl6 grammar (take V)

2002-07-14 Thread Brent Dax
Deborah Ariel Pickett: # [no longer sent to perl6-internals because it's not relevant there] # # I see a problem . . whether the problem's with me or the # grammar, that's for you people to decide. # # Do I read this part of the grammar correctly? # # > sv_literal: /(?:\d+(?:\.\d+)?|\.\d+)(?

Re: Perl6 grammar (take V)

2002-07-14 Thread Deborah Ariel Pickett
[no longer sent to perl6-internals because it's not relevant there] I see a problem . . whether the problem's with me or the grammar, that's for you people to decide. Do I read this part of the grammar correctly? > sv_literal: /(?:\d+(?:\.\d+)?|\.\d+)(?:[Ee]-?\d+)?/ > | '{' h