nuttx-apps/interpreters/lua
xuxin19 3d8dc5dce5 cmake:implement CMake build for NuttX Lua interpreter
add CMake module for register lua mod
nsh> lua
Lua 5.4.0  Copyright (C) 1994-2020 Lua.org, PUC-Rio
> hello.say_hello()
Hello World!
> io.write("abs is =",math.abs(-10),"\n")
abs is =10
> os.exit()
nsh>

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
2024-09-13 12:31:10 +08:00
..
registry interpreters: add Lua support 2022-03-21 13:49:42 +08:00
.gitignore lua: download tarball from github release tag 2023-03-21 20:38:29 -03:00
CMakeLists.txt cmake:implement CMake build for NuttX Lua interpreter 2024-09-13 12:31:10 +08:00
Kconfig interpreters: add Lua support 2022-03-21 13:49:42 +08:00
Make.defs lua: download tarball from github release tag 2023-03-21 20:38:29 -03:00
Makefile system/readline: correct the readline(3) prototype 2023-10-16 22:04:18 +08:00
Module.mk interpreters/lua: support lua module list register 2022-12-21 17:48:13 +08:00
nuttx_linit.c interpreters: add Lua support 2022-03-21 13:49:42 +08:00