NAME ^

classes/luaclosure.pmc - Lua Closure

DESCRIPTION ^

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.

Overloaded Methods ^

STRING *name()

Return the string "function".

STRING *get_string()

INTVAL is_equal (PMC *value)

Specific Methods ^

PMC *rawequal (PMC *value)

AUTHORS ^

Francois Perrad


parrot