In theory I've implemented arbitrary-precision unsigned arithmetic in Lua!
Feel free to recommend tests which'll actually use multiple digits... Thankfully it'll be a while before I'm ready to integrate this...
Or point me towards how to do bitwise-operations in Lua? I'm surprised Lua omitted these operators!
https://codeberg.org/alcinnz/Alonzo/src/branch/main/util/bigint.lua
It sounded fun to implement. I think I'll tackle keyboard navigation.