All -- I thought that something like what follows:
goto _foo end _foo: print "Howdy!\n" end would be legal imcc input, but I get: last token = [(null)] (error) line 1: parse error Didn't create output asm. instead of happiness. I'm trying to learn enough IMCC that I can make the jakoc compiler work with it. I've read the imcc README and scanned a few examples of output from the Perl6 compiler, but I think I'm still missing something... Regards, -- Gregor