On 3 Mar 2004, at 08:09, Leopold Toetsch wrote:
follow the scheme used in t/src/basic_3, i.e. run your code via Parrot_run_native().
Tried this, I think the interface to Parrot_run_native() is wrong, it should most likely be
void* Parrot_run_native(Parrot, func, void*) ;
so you can pass in arguments and return them
Cheers Arthur