On Thu Sep 18 00:49:59 2008, [EMAIL PROTECTED] wrote:
> r31220:
> > say 23_433
> 23433
> > say 23_433.4_4
> error:imcc:syntax error, unexpected IDENTIFIER, expecting '\n' ('_433')
> in file 'EVAL_13' line 12
> 23
>
> Obviously the underscores in the fractional part of the number needs to
> be stripped by rakudo before emitting them as PIR.
>
Fixed in r31225. I was going to say add a test, but 6 just started
passing unexpectedly! :-)Thanks, Jonathan
