Executing Perl 6 code using PIR backend

2007-04-15 Thread Andrew Shitov
Hi perlers, maybe I have missed something but I cannot run pugs with -C option. Initial goal was to compile Perl 6 programme into bytecode and run it (with parrot or even mod_parrot). First step is to convert the simpliest code test.p6 which contains say 'Hi!'; into .pir-file, so I typed

Re: Executing Perl 6 code using PIR backend

2007-04-15 Thread Will Coleda
On Apr 15, 2007, at 11:36 AM, Andrew Shitov wrote: Hi perlers, SNIP of Pugs stuff OK, trying to use parrot for executing PIR-code: parrot test.pir Plenty of errors this time: error:imcc:syntax error, unexpected DOT in file 'h.pir' line 7 error:imcc:syntax error,