代码搜索:Lua

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

代码结果 9,588
www.eeworm.com/read/368351/9700426

c loadlib.c

/* ** $Id: loadlib.c,v 1.52.1.3 2008/08/06 13:29:28 roberto Exp $ ** Dynamic library loader for Lua ** See Copyright Notice in lua.h ** ** This module contains an implementation of loadlib for Unix sy
www.eeworm.com/read/334557/12591332

cxx lexlua.cxx

// Scintilla source code edit control /** @file LexLua.cxx ** Lexer for Lua language. ** ** Written by Paul Winwood. ** Folder by Alexey Yutkin. ** Modified by Marcos E. Wurzius & Philippe Lhoste
www.eeworm.com/read/300090/13935529

cxx lexlua.cxx

// Scintilla source code edit control /** @file LexLua.cxx ** Lexer for Lua language. ** ** Written by Paul Winwood. ** Folder by Alexey Yutkin. ** Modified by Marcos E. Wurzius & Philippe
www.eeworm.com/read/105158/15676989

makefile

# makefile for Lua etc LUA= .. include $(LUA)/config LIBLUA=$(LIB)/liblua.a ALL= bin2c min trace noparser luab all: @echo 'choose a target:' $(ALL) bin2c: bin2c.c $(CC) $(CFLAGS) -o $@ $@.c mi
www.eeworm.com/read/105158/15677042

h llex.h

/* ** $Id: llex.h,v 1.47 2003/02/28 17:19:47 roberto Exp $ ** Lexical Analyzer ** See Copyright Notice in lua.h */ #ifndef llex_h #define llex_h #include "lobject.h" #include "lzio.h" #define FIRS
www.eeworm.com/read/105158/15677046

c ldo.c

/* ** $Id: ldo.c,v 1.217a 2003/04/03 13:35:34 roberto Exp $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ #include #include #include #defin
www.eeworm.com/read/105158/15677055

h lstate.h

/* ** $Id: lstate.h,v 1.109 2003/02/27 11:52:30 roberto Exp $ ** Global State ** See Copyright Notice in lua.h */ #ifndef lstate_h #define lstate_h #include "lua.h" #include "lobject.h" #include "l
www.eeworm.com/read/105158/15677064

c lstring.c

/* ** $Id: lstring.c,v 1.78 2002/12/04 17:38:31 roberto Exp $ ** String table (keeps all strings handled by Lua) ** See Copyright Notice in lua.h */ #include #define lstring_c #include
www.eeworm.com/read/105158/15677067

c lstate.c

/* ** $Id: lstate.c,v 1.123 2003/04/03 13:35:34 roberto Exp $ ** Global State ** See Copyright Notice in lua.h */ #include #define lstate_c #include "lua.h" #include "ldebug.h" #includ
www.eeworm.com/read/105158/15677069

makefile

# makefile for Lua interpreter LUA= ../.. include $(LUA)/config EXTRA_DEFS= $(USERCONF) OBJS= lua.o SRCS= lua.c T= $(BIN)/lua all: $T $T: $(OBJS) $(LIB)/liblua.a $(LIB)/liblualib.a $(CC) -o $@