Lua Source code for Lua 4.0.1

This is the complete source code of Lua 4.0.1, with links to header files, functions, macros, types, and variables.

Includes

lua.h
lauxlib.h
luadebug.h
lualib.h

Core

lapi.c
lcode.c
ldebug.c
ldo.c
lfunc.c
lgc.c
llex.c

lmem.c
lobject.c

lparser.c
lstate.c
lstring.c
ltable.c
ltm.c
lundump.c
lvm.c
lzio.c

 

lapi.h
lcode.h
ldebug.h
ldo.h
lfunc.h
lgc.h
llex.h
llimits.h
lmem.h
lobject.h
lopcodes.h
lparser.h
lstate.h
lstring.h
ltable.h
ltm.h
lundump.h
lvm.h
lzio.h

Libraries

lauxlib.c
lbaselib.c
ldblib.c
liolib.c
lmathlib.c
lstrlib.c

Interpreter

lua.c

Compiler

dump.c
luac.c
luac.h
opt.c
print.c
print.h
stubs.c


Last update: Tue Jul 27 23:18:24 BRT 2010