Re: STD.pm - whatever rule

2008-03-28 Thread Jonathan Worthington
Larry Wall wrote: On Thu, Mar 27, 2008 at 12:15:52AM +0100, Jonathan Worthington wrote: That would duplicate the term:sym<*> entry, actually. D'oh, I completely hadn't spotted that. I'll probably get rid of the whatever rule entirely and just put '*' into version. OK, removed it from Ra

Re: STD.pm - whatever rule

2008-03-26 Thread Larry Wall
On Thu, Mar 27, 2008 at 12:15:52AM +0100, Jonathan Worthington wrote: > Hi, > > STD.pm has: > > token whatever { '*' {*} } > > > But it's only referenced in the version token, and not anywhere else more > general. I'm guessing it maybe belongs in noun or term? Dropped it in > Rakudo's noun for no

STD.pm - whatever rule

2008-03-26 Thread Jonathan Worthington
Hi, STD.pm has: token whatever { '*' {*} } But it's only referenced in the version token, and not anywhere else more general. I'm guessing it maybe belongs in noun or term? Dropped it in Rakudo's noun for now. Thanks, Jonathan