module Lua

Extended Modules

Defined in:

lua.cr
lua/constants.cr
lua/exceptions.cr
lua/object.cr
lua/object/callable.cr
lua/object/coroutine.cr
lua/object/function.cr
lua/object/table.cr
lua/stack.cr
lua/stack/chunk.cr
lua/stack/class_support.cr
lua/stack/registry.cr
lua/stack/table_support.cr
lua/stack/type.cr
lua/stack/util.cr

Constant Summary

CRYSTAL_BASE_TYPE_METAKEY = "__crystal_base_type"
GC_METAMETHOD = "__gc"
INDEX_METAMETHOD = "__index"
MULTRET = -1
NEW_INDEX_METAMETHOD = "__newindex"
NEW_OBJECT_METAKEY = "new"
NOREF = -2
REFNIL = -1
REGISTRYINDEX = -1001000
TYPE_NAME_METAKEY = "__name"

Instance Method Summary

Instance Method Detail

def load(*objects) #

[View source]
def run(chunk) #

[View source]