代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/192391/5157311
cpp luastackrestore.cpp
#include
#include
#include "lua-5.0.2/include/lua.h"
#include
namespace lua
{
LuaStackRestore::LuaStackRestore( LuaState* luastate ) :
www.eeworm.com/read/192080/5160065
h luaobject.h
#ifndef _LUA_LUAOBJECT_H
#define _LUA_LUAOBJECT_H
#include
#include
namespace io {
class InputStream;}
namespace lua
{
class LuaState;
www.eeworm.com/read/192080/5160198
cpp luastackrestore.cpp
#include
#include
#include "lua-5.0.2/include/lua.h"
#include
namespace lua
{
LuaStackRestore::LuaStackRestore( LuaState* luastate ) :
www.eeworm.com/read/192391/5157244
readme
This is the Lua core.
The standard Lua library are in lib/.
A sample interpreter is in lua/.
A standalone compiler is in luac/.
www.eeworm.com/read/192080/5160131
readme
This is the Lua core.
The standard Lua library are in lib/.
A sample interpreter is in lua/.
A standalone compiler is in luac/.
www.eeworm.com/read/298327/3867472
h luainclude.h
#ifndef SPRING_LUA_INCLUDE
#define SPRING_LUA_INCLUDE
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
inline bool lua_israwnumber(lua_State* L, int index)
{
return (lua_type
www.eeworm.com/read/290224/8495010
c lzio.c
/*
** $Id: lzio.c,v 1.31.1.1 2007/12/27 13:02:25 roberto Exp $
** a generic input stream interface
** See Copyright Notice in lua.h
*/
#include
#define lzio_c
#define LUA_CORE
#include
www.eeworm.com/read/290224/8495070
h ltable.h
/*
** $Id: ltable.h,v 2.10.1.1 2007/12/27 13:02:25 roberto Exp $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
#ifndef ltable_h
#define ltable_h
#include "lobject.h"
#define gnode(t,i)
www.eeworm.com/read/290224/8495095
h lzio.h
/*
** $Id: lzio.h,v 1.21.1.1 2007/12/27 13:02:25 roberto Exp $
** Buffered streams
** See Copyright Notice in lua.h
*/
#ifndef lzio_h
#define lzio_h
#include "lua.h"
#include "lmem.h"
#define EO
www.eeworm.com/read/290224/8495112
h ldo.h
/*
** $Id: ldo.h,v 2.7.1.1 2007/12/27 13:02:25 roberto Exp $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
#ifndef ldo_h
#define ldo_h
#include "lobject.h"
#include "lstate