An open API service indexing awesome lists of open source software.

https://github.com/repo-archive-x-rays5/lua_shell

Really simple lua interactive shell. Uses the sol2 library as lua wrapper.
https://github.com/repo-archive-x-rays5/lua_shell

cpp cpp17 lua

Last synced: 12 months ago
JSON representation

Really simple lua interactive shell. Uses the sol2 library as lua wrapper.

Awesome Lists containing this project

README

          

# lua_shell
| Command | Description |
| ------------- | ------------- |
| new_lua | creates a new lua state |
| new_multi_line | won't excecute the script immediately when pressing enter |
| end_multi_line | will execute the script typed after new_multi_line |