Chris Allan <[EMAIL PROTECTED]> wrote:
> Hello,

> I've just started trying to experiment with parrot, and I keep getting
> segmentation faults, eg when running the following one-liner:

> set I0, 7

  end

is missing. Program flow just continues with executing garbage.

> I also noticed what seems to be inconsistent behaviour with regard to
> supplying options to parrot.

> parrot -o file -r file.pasm

> I assume this isn't deliberate, but I'm not sure what the desired
> behaviour is.

This is ok. If -r is given, it has to be after -o to turn on again the
run_flag.

> Chris.

leo

Reply via email to