Hi,
Just tried to reproduce this (on Win32)...
% ../../parrot -o out.pbc out.pir # takes forever
This gives the following error:
error:imcc:syntax error, unexpected LOCAL
in file 'out.pir' line 1
If I stick a .sub main at the start and a .end at the end, I still get
errors...
error:imcc:syntax error, unexpected SREG, expecting '('
in file 'out.pir' line 16
error:imcc:syntax error, unexpected SREG, expecting '('
in file 'out.pir' line 28
Updated instructions on how to reproduce would be cool, anyway.
Thanks,
Jonathan