parrotcode: Lua Function | |
Contents | Language Implementations | Lua |
pmc/luafunction.pmc - Lua Function
LuaFunction
extends Parrot Sub
and LuaAny
to provide a class with the behaviour of the Lua Function
type.
void init_pmc(PMC *sub)
void mark()
STRING *name()
PMC *clone()
STRING *get_string()
void set_pmc(PMC *value)
|