NAME ^

src/pmc/compiler.pmc - Compiler PMC

DESCRIPTION ^

Compiler extends NCI to provide an interface for implementing assembler/compilers.

Methods ^

void *invoke(void *code_ptr)

Compiles the source code starting at code_ptr and returns a new Eval PMC with a new PackFile attached.

SEE ALSO ^

docs/pdds/pdd06_pasm.pod.

HISTORY ^

Initial revision by leo 2003/01/16


parrot