Michel Pelletier <[EMAIL PROTECTED]> wrote:

> Parakeet is an object-oriented Forth-like stack language for the Parrot
> VM.  It is written in PIR and compiled its code directly to PIR.

Committed to CVS now.

I've replaced the "end" opcode with this sequence:

  clear_eh
  exit 0

and added a comment, why that's currently necessary. This gets rid of
the error message at EOF or when typing "bye".

leo

Reply via email to