LuaConsole
                                
                                
                                
                                    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
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.
Anything is welcome.
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...
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...