代码搜索:Lua
找到约 9,588 项符合「Lua」的源代码
代码结果 9,588
www.eeworm.com/read/419627/10852924
h luace.h
//lua_user.h
//define some user macro for wince
#ifndef LUA_WINCE_H
#define LUA_WINCE_H
#ifdef UNDER_CE
#include
#include
#include
#include
/* t
www.eeworm.com/read/458000/7314426
c ltm.c
/*
** $Id: ltm.c,v 2.8.1.1 2007/12/27 13:02:25 roberto Exp $
** Tag methods
** See Copyright Notice in lua.h
*/
#include
#define ltm_c
#define LUA_CORE
#include "lua.h"
#include "lobje
www.eeworm.com/read/450121/7490346
h luace.h
//lua_user.h
//define some user macro for wince
#ifndef LUA_WINCE_H
#define LUA_WINCE_H
#ifdef UNDER_CE
#include
#include
#include
#include
/* t
www.eeworm.com/read/331826/12804705
c ltm.c
/*
** $Id: ltm.c,v 2.8.1.1 2007/12/27 13:02:25 roberto Exp $
** Tag methods
** See Copyright Notice in lua.h
*/
#include
#define ltm_c
#define LUA_CORE
#include "lua.h"
#include "lobje
www.eeworm.com/read/404808/11477774
c ltm.c
/*
** $Id: ltm.c,v 2.8.1.1 2007/12/27 13:02:25 roberto Exp $
** Tag methods
** See Copyright Notice in lua.h
*/
#include
#define ltm_c
#define LUA_CORE
#include "lua.h"
#include "lobje
www.eeworm.com/read/154878/11921128
c lparser.c
/*
** $Id: lparser.c,v 1.208a 2003/04/03 13:35:34 roberto Exp $
** Lua Parser
** See Copyright Notice in lua.h
*/
#include
#define lparser_c
#include "lua.h"
#include "lcode.h"
#includ
www.eeworm.com/read/154878/11921150
makefile
# makefile for Lua compiler
LUA= ../..
include $(LUA)/config
INCS= -I$(INC) -I.. $(EXTRA_INCS)
OBJS= luac.o print.o lopcodes.o
SRCS= luac.c print.c
T= $(BIN)/luac
all: $T
$T: $(OBJS) $(LIB)/libl
www.eeworm.com/read/154878/11921159
c print.c
/*
** $Id: print.c,v 1.44 2003/04/07 20:34:20 lhf Exp $
** print bytecodes
** See Copyright Notice in lua.h
*/
#include
#if 0
#define DEBUG_PRINT
#endif
#ifndef LUA_OPNAMES
#define LUA_OP
www.eeworm.com/read/154878/11921207
c lundump.c
/*
** $Id: lundump.c,v 1.49 2003/04/07 20:34:20 lhf Exp $
** load pre-compiled Lua chunks
** See Copyright Notice in lua.h
*/
#define lundump_c
#include "lua.h"
#include "ldebug.h"
#include "lfunc.
www.eeworm.com/read/250350/12412475
h lstate.h
/*
** $Id: lstate.h,v 1.41 2000/10/05 13:00:17 roberto Exp $
** Global State
** See Copyright Notice in lua.h
*/
#ifndef lstate_h
#define lstate_h
#include "lobject.h"
#include "lua.h"
#include "lua