freertos_f407/User/system/lua/src
xushenghao c3b9daba20 Add Lua virtual machine and buffered stream implementations
- Introduced lvm.h for Lua virtual machine definitions, including functions for type conversion, fast table access, and integer operations.
- Implemented lzio.c and lzio.h for buffered stream handling, providing functionalities for reading from streams and managing buffers.
- Added necessary macros and function declarations to support efficient stream operations and memory management.
2025-09-10 00:38:07 +08:00
..
Makefile Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lapi.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lapi.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lauxlib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lauxlib.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lbaselib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lcode.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lcode.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lcorolib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lctype.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lctype.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ldblib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ldebug.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ldebug.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ldo.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ldo.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ldump.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lfunc.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lfunc.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lgc.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lgc.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
linit.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
liolib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ljumptab.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
llex.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
llex.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
llimits.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lmathlib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lmem.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lmem.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
loadlib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lobject.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lobject.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lopcodes.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lopcodes.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lopnames.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
loslib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lparser.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lparser.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lprefix.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lstate.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lstate.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lstring.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lstring.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lstrlib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ltable.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ltable.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ltablib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ltm.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
ltm.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lua.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lua.hpp Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
luaconf.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lualib.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lundump.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lundump.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lutf8lib.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lvm.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lvm.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lzio.c Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
lzio.h Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00