SharpLua
SharpLua copied to clipboard
A Lua implementation in C#
Results
3
SharpLua issues
Sort by
recently updated
recently updated
newest added
Do you plan on releasing a .NET standard version?
Easy repro: `LuaRuntime.Run("var = 'test_string'; print(var:gsub('_','-'));");` Something in the error handling then recurses infinitely until it throws an IndexOutOfRange exception probably related to stack handling problems: ``` at SharpLua.Lua.getline(Proto f,...
If you can develop "Nested If Statement" Please do :)