Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

repo-archive-X-rays5/lua_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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