On Saturday 14 June 2008 15:38:46 Will Coleda wrote:
> The following pir:
>
> .macro While(code)
> .endm
>
> .sub main :main
> .While ({
> # this comment is required
> }
> # note missing )
> .end
>
> Breaks parrot. If you use the {} syntax, have a non-empty body for it,
> but fail to specify the closing paren on the macro invocation, you get
> the following stacktrace:
Fixed in r28366. Note that there's no error message given for this case, but
there's no crash. I'm not sure how to make an error message occur.
-- c