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
.gitignore
CMakeLists.txt cmake:implement CMake build for NuttX Lua interpreter 2024-09-13 12:31:10 +08:00
Kconfig
Make.defs
Makefile
Module.mk
nuttx_linit.c