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.
- Host: GitHub
- URL: https://github.com/repo-archive-x-rays5/lua_shell
- Owner: repo-archive-X-rays5
- License: unlicense
- Archived: true
- Created: 2021-06-12T15:12:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T10:09:33.000Z (almost 5 years ago)
- Last Synced: 2025-02-18T02:13:05.844Z (about 1 year ago)
- Topics: cpp, cpp17, lua
- Language: C++
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |