Go to file
Roberto Ierusalimschy 6990da0057 Lua virtual machine
1997-09-16 16:25:59 -03:00
bugs bug: lua_getlocal breaks when called with a CFunction. 1997-07-29 18:11:10 -03:00
lapi.c auxiliar functions from Lua API 1997-09-16 16:25:59 -03:00
lapi.h auxiliar functions from Lua API 1997-09-16 16:25:59 -03:00
lauxlib.c Auxiliar functions for building Lua libraries 1997-09-16 16:25:59 -03:00
lauxlib.h Auxiliar functions for building Lua libraries 1997-09-16 16:25:59 -03:00
lbuiltin.c Built-in functions 1997-09-16 16:25:59 -03:00
lbuiltin.h Built-in functions 1997-09-16 16:25:59 -03:00
ldo.c Stack and Call structure of Lua 1997-09-16 16:25:59 -03:00
ldo.h Stack and Call structure of Lua 1997-09-16 16:25:59 -03:00
lfunc.c Lua Function structures 1997-09-16 16:25:59 -03:00
lfunc.h Lua Function structures 1997-09-16 16:25:59 -03:00
lgc.c Garbage Collector 1997-09-16 16:25:59 -03:00
lgc.h Garbage Collector 1997-09-16 16:25:59 -03:00
lglobal.c Global variables 1997-09-16 16:25:59 -03:00
lglobal.h Global variables 1997-09-16 16:25:59 -03:00
liolib.c Standard I/O (and system) library 1997-09-16 16:25:59 -03:00
llex.c Lexical Analizer 1997-09-16 16:25:59 -03:00
llex.h Lexical Analizer 1997-09-16 16:25:59 -03:00
lmathlib.c Lua standard mathematical library 1997-09-16 16:25:59 -03:00
lmem.c Interface to Memory Manager 1997-09-16 16:25:59 -03:00
lmem.h Interface to Memory Manager 1997-09-16 16:25:59 -03:00
lobject.c Some generic functions over Lua objects 1997-09-16 16:25:59 -03:00
lobject.h Type definitions for Lua objects 1997-09-16 16:25:59 -03:00
lopcodes.h Opcodes for Lua virtual machine 1997-09-16 16:25:59 -03:00
lstring.c String table (keep all strings handled by Lua) 1997-09-16 16:25:59 -03:00
lstring.h String table (keep all strings handled by Lua) 1997-09-16 16:25:59 -03:00
lstrlib.c Standard library for strings and pattern-matching 1997-09-16 16:25:59 -03:00
ltable.c Lua tables (hash) 1997-09-16 16:25:59 -03:00
ltable.h Lua tables (hash) 1997-09-16 16:25:59 -03:00
ltm.c Tag methods 1997-09-16 16:25:59 -03:00
ltm.h Tag methods 1997-09-16 16:25:59 -03:00
lua.c Lua stand-alone interpreter 1997-09-16 16:25:59 -03:00
lua.h main header file 1997-09-16 16:25:59 -03:00
lua.stx small optimization in opcodes for "and" and "or" 1997-08-04 16:15:05 -03:00
luadebug.h Debuging API 1997-09-16 16:25:59 -03:00
lualib.h Lua standard libraries 1997-09-16 16:25:59 -03:00
lvm.c Lua virtual machine 1997-09-16 16:25:59 -03:00
lvm.h Lua virtual machine 1997-09-16 16:25:59 -03:00
lzio.c a generic input stream interface 1997-09-16 16:25:59 -03:00
lzio.h a generic input stream interface 1997-09-16 16:25:59 -03:00
makefile new dependencies 1997-07-31 17:45:25 -03:00
manual.tex very small corrections... 1997-09-16 16:01:10 -03:00
undump.c small optimization in opcodes for "and" and "or" 1997-08-04 16:15:05 -03:00
undump.h "luaI_undump1" cannot be static; luac uses it. 1997-06-17 15:19:17 -03:00