NAME ^

pmc/luabytecode - Lua 5.1 VM bytecode loader

DESCRIPTION ^

This singleton PMC holds a factory.

Methods ^

void *get_pointer()
void set_pointer(void *ptr)
These two functions are part of the singleton creation interface. For more information see src/pmc.c.
PMC *undump(STRING *luabytecode)
Loads Lua 5.1 VM bytecode.


parrot