代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/458000/7314389
lua strict.lua
--
-- strict.lua
-- checks uses of undeclared global variables
-- All global variables must be 'declared' through a regular assignment
-- (even assigning nil will do) in a main chunk before being used
www.eeworm.com/read/458000/7314395
hpp lua.hpp
// lua.hpp
// Lua header files for C++
// not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
www.eeworm.com/read/458000/7314397
pc lua.pc
# lua.pc -- pkg-config data for Lua
# vars from install Makefile
# grep '^V=' ../Makefile
V= 5.1
# grep '^R=' ../Makefile
R= 5.1.3
# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
pr
www.eeworm.com/read/458000/7314402
hpp lua.hpp
// lua.hpp
// Lua header files for C++
// not supplied automatically because Lua also compiles as C++
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
www.eeworm.com/read/458000/7314420
rc lua.rc
0 ICON "..\\etc\\lua.ico"
#ifndef DEBUG
#ifdef WIN64
1 24 "lua_64.manifest"
#else
1 24 "lua.manifest"
#endif
#endif
www.eeworm.com/read/458000/7314421
mak lua.mak
SFX = 5.1
APPNAME = lua$(SFX)
SRC = lua.c
include lua_conf.inc
www.eeworm.com/read/458000/7314425
c lua.c
/*
** $Id: lua.c,v 1.160.1.2 2007/12/28 15:32:23 roberto Exp $
** Lua stand-alone interpreter
** See Copyright Notice in lua.h
*/
#include
#include
#include
#include
www.eeworm.com/read/457810/7317515
zip lua.zip
www.eeworm.com/read/450121/7490271