Re: Outstanding parrot issues?
[email protected] (Leopold Toetsch) Sun, 2 May 2004 12:47:08 +0200
| Newsgroups | perl.perl6.internals,perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
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