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
- Add table.pack
- Add table.insert
- Add table.remove
- Add table.sort
- Change ipairs to make it return 3 values, iter, i and v.
- Add Lua and pico8 tests for table.pack, table.insert, table.remove, table.sort and return values for ipairs.
- Add comments to let the user know about getmetatable and rawget dependencies.
- generate_pico8.py now exports missing.lua in 1-space indentation.
- generate_package.py now exports the "table" table.