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.
LuaFunction
is used by standard libraries written in PIR.
See also: languages/lua/pmc/luaclosure.pmc
void mark()
STRING *name()
PMC *clone()
STRING *get_string()
void set_pmc(PMC *value)
INTVAL is_equal (PMC *value)
Francois Perrad
|