Arthur Bergman <[EMAIL PROTECTED]> wrote:

> All I want to do is.

> 1) create a parrot interpreter
> 2) create some pmcs
> 3) call some code inside parrot with those pmcs

I've now added a missing init function that sets the stack top:

  Parrot_init_stacktop(Interp*, void*);

This function can be used as a replacement for Parrot_init(). I hope
that simplifies step 1)

> Arthur

leo

Reply via email to