代码搜索:Lua

找到约 9,588 项符合「Lua」的源代码

代码结果 9,588
www.eeworm.com/read/367467/2845132

c ldump.c

/* ** $Id: ldump.c,v 1.15 2006/02/16 15:53:49 lhf Exp $ ** save precompiled Lua chunks ** See Copyright Notice in lua.h */ #include #define ldump_c #define LUA_CORE #include "lua.h" #in
www.eeworm.com/read/395456/8172558

c lparser.c

/* ** $Id: lparser.c,v 2.42a 2006/06/05 15:57:59 roberto Exp $ ** Lua Parser ** See Copyright Notice in lua.h */ #include #define lparser_c #define LUA_CORE #include "lua.h" #include "
www.eeworm.com/read/395456/8172636

c lundump.c

/* ** $Id: lundump.c,v 1.60 2006/02/16 15:53:49 lhf Exp $ ** load precompiled Lua chunks ** See Copyright Notice in lua.h */ #include #define lundump_c #define LUA_CORE #include "lua.h"
www.eeworm.com/read/395456/8172662

c ldump.c

/* ** $Id: ldump.c,v 1.15 2006/02/16 15:53:49 lhf Exp $ ** save precompiled Lua chunks ** See Copyright Notice in lua.h */ #include #define ldump_c #define LUA_CORE #include "lua.h" #in
www.eeworm.com/read/395456/8172664

c lcode.c

/* ** $Id: lcode.c,v 2.25a 2006/03/21 19:28:49 roberto Exp $ ** Code generator for Lua ** See Copyright Notice in lua.h */ #include #define lcode_c #define LUA_CORE #include "lua.h" #i
www.eeworm.com/read/192391/5157206

update

This is Lua 5.0.2, an update of Lua 5.0 that includes the following changes, which fix all known bugs in Lua 5.0. For the exact differences, see DIFFS. src/ldo.c Attempt to resume running corout
www.eeworm.com/read/192391/5157290

readme

These are simple tests for Lua. Some of them contain useful code. They are meant to be run to make sure Lua is built correctly and also to be read, to see how Lua programs look. Here is a one-li
www.eeworm.com/read/192080/5160093

update

This is Lua 5.0.2, an update of Lua 5.0 that includes the following changes, which fix all known bugs in Lua 5.0. For the exact differences, see DIFFS. src/ldo.c Attempt to resume running corout
www.eeworm.com/read/192080/5160177

readme

These are simple tests for Lua. Some of them contain useful code. They are meant to be run to make sure Lua is built correctly and also to be read, to see how Lua programs look. Here is a one-li
www.eeworm.com/read/177353/5328328

h hooks.h

#ifndef EL__SCRIPTING_LUA_HOOKS_H #define EL__SCRIPTING_LUA_HOOKS_H struct event_hook_info; extern struct event_hook_info lua_scripting_hooks[]; #endif