LuaConsole icon indicating copy to clipboard operation
LuaConsole copied to clipboard

A next-gen, Cross-Platform [Lua-5.1.x, LuaJIT-2.0, Lua-5.2.x, Lua-5.3.x, Lua-5.4.x]-supporting CLI made to supersede PUC-Lua and LuaJIT CLI

Results 14 LuaConsole issues
Sort by recently updated
recently updated
newest added

I am pretty sure an old 4.3 compiler would have trouble parsing the inlines that I do. Some other stuff I might not be aware of too.

enhancement
help wanted
good first issue

Anything is welcome.

help wanted
good first issue

Lua5.1, Lua5.2, and Lua5.3 currently has no way of getting stdin input outside of manual in-console input. No matter what you pipe to luaw or lua, nothing actually gets sent...

enhancement
not confirmed

People want auto complete but I don't have a solution. Readline is okay, as debuted in PUC-Lua REPL. I don't like the idea of multiline editing too, which can be...

enhancement