You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 12, 2020. It is now read-only.
We got #189 working great, but we still cannot use split as a method. In Vanilla Lua, one should be able to simply do string.split = function() end and it will write it into the string table, which is the __index metatable for all strings.