Documentation
¶
Index ¶
- func Compile(meta *rscript.Meta, cache *scache.SCache) error
- func DefaultErrHandler(L *lua.State, pan interface{})
- func FillGlobalModules(L *lua.State, ex map[string]interface{})
- func FormatStack(stacks []lua.LuaStackEntry) []lua.LuaStackEntry
- func FormatStackToMap(stacks []lua.LuaStackEntry) []map[string]interface{}
- func FormatStackToString(stacks []lua.LuaStackEntry, prefix string, suffix string) string
- func GetLuaPath() string
- func GetVal(L *lua.State, idx int) (interface{}, error)
- func InitState() (L *lua.State, err error)
- func RunFile(L *lua.State, filename string, errhandler lua.LuaGoErrHandler) (rets []interface{}, err error)
- func TokenGlobalModule() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultErrHandler ¶
func FillGlobalModules ¶
func FormatStack ¶
func FormatStack(stacks []lua.LuaStackEntry) []lua.LuaStackEntry
func FormatStackToMap ¶
func FormatStackToMap(stacks []lua.LuaStackEntry) []map[string]interface{}
func FormatStackToString ¶
func FormatStackToString(stacks []lua.LuaStackEntry, prefix string, suffix string) string
func GetLuaPath ¶
func GetLuaPath() string
func TokenGlobalModule ¶
func TokenGlobalModule() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.