freertos_f407/User/system/lua
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
..
doc Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00
src Add Lua virtual machine and buffered stream implementations 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
README Add Lua virtual machine and buffered stream implementations 2025-09-10 00:38:07 +08:00

README

This is Lua 5.4.7, released on 13 Jun 2024.

For installation instructions, license details, and
further information about Lua, see doc/readme.html.