Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > Hi, > I am trying to implement the 'eval' macro im Parrot m4. The Parrot m4 > interpreter is implemented in PIR. The 'eval' is a simple interpreter for > integer artithmetic and forms thus a micro language within a mini language.
> Can I use 'invokecc' for that? Sure. It works with japh16. > How can I retrieve return values from 'compiled_code'? Should work like with any other subroutine that follows PCC (pdd03). > CU, Bernhard leo