Go to file
Roberto Ierusalimschy d71fbc3175 Updated dependencies in the make file
Mainly to include 'llimits.h' in the non-kernel files
2024-07-01 15:58:07 -03:00
manual
testes
.gitignore
all
lapi.c
lapi.h
lauxlib.c
lauxlib.h
lbaselib.c
lcode.c New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lcode.h New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lcorolib.c
lctype.c
lctype.h
ldblib.c
ldebug.c
ldebug.h
ldo.c
ldo.h
ldump.c
lfunc.c
lfunc.h
lgc.c
lgc.h
linit.c
liolib.c
ljumptab.h
llex.c
llex.h
llimits.h
lmathlib.c
lmem.c
lmem.h
loadlib.c
lobject.c
lobject.h
lopcodes.c New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lopcodes.h New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lopnames.h
loslib.c
lparser.c New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lparser.h
lprefix.h
lstate.c
lstate.h
lstring.c
lstring.h
lstrlib.c
ltable.c
ltable.h
ltablib.c
ltests.c New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
ltests.h
ltm.c
ltm.h
lua.c
lua.h
luaconf.h
lualib.h
lundump.c
lundump.h
lutf8lib.c
lvm.c New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lvm.h
lzio.c
lzio.h
makefile Updated dependencies in the make file 2024-07-01 15:58:07 -03:00
onelua.c
README.md

Lua

This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit Lua.org.

Please do not send pull requests. To report issues, post a message to the Lua mailing list.

Download official Lua releases from Lua.org.