-
- Downloads
examples/lua: Add REPL.
This example add a module thats starts an interactive READ-EVAL- PRINT-LOOP written in Lua.
Showing
- examples/lua_REPL/Makefile 78 additions, 0 deletionsexamples/lua_REPL/Makefile
- examples/lua_REPL/README.md 32 additions, 0 deletionsexamples/lua_REPL/README.md
- examples/lua_REPL/main.c 63 additions, 0 deletionsexamples/lua_REPL/main.c
- examples/lua_REPL/repl.lua 94 additions, 0 deletionsexamples/lua_REPL/repl.lua
examples/lua_REPL/Makefile
0 → 100644
examples/lua_REPL/README.md
0 → 100644
examples/lua_REPL/main.c
0 → 100644
examples/lua_REPL/repl.lua
0 → 100644
Please register or sign in to comment