parrotcode: Lua Closure | |
Contents | Language Implementations | Lua |
pmc/luaclosure.pmc - Lua Closure
LuaClosure
extends Parrot Closure
and LuaAny
to provide a class with the behaviour of the Lua Function
type.
LuaClosure
is used by function written in Lua.
See also: languages/lua/pmc/luafunction.pmc
void init_pmc(PMC *sub)
void mark()
STRING *name()
PMC *clone()
STRING *get_string()
void set_pmc(PMC *value)
INTVAL is_equal (PMC *value)
Francois Perrad
|