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
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
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