Whoome
Whoome
I fixed it up to work as much like Lua 5.3 as I reasonably could. Note that the package.config is still ignored, but it is really goofy and probably not...
One other thing I should mention that I did was add a DefaultCompileOptions to the Lua class to allow for anything loaded with the "require" keyword or I think the...
I did a bit more playing around and I -think- lua 5.3 is using int64 as the default. I tweaked up my code: ```Lua function CountTo(xx) local sum = 0...
I'll try and get something together. I have to figure out how to make GitHub let me put a pull request in lol. It keeps giving me authentication errors.
I checked in a fix for string/math/table. The rest I have not gotten to yet, but those are probably a bit less modified.