Luke Palmer <[EMAIL PROTECTED]> writes:

> How does one call a parrot Sub from C and get the return value(s)?

I'd vote for stuffing args into the interpreter, calling the sub's
invoke() method, then digging through the registers to pull out the
return values (see e.g. Parrot_pop_argv in method_util.c, which may be
outdated).  Then again, it would be _your_ pain, not mine ;).

/s

Reply via email to