piccolo
piccolo copied to clipboard
initial impl of string.lower,rep,reverse,upper
I have initial sketch of string.lower, string.rep, string.reverse, and string.upper.
~~These would work "logically" under the utf8 table, but PUC-Lua has none of these functions there, so it's an open question as to where these should go.~~ implementation changed to always treat strings as byte arrays!
~~string.rep is charging 1 fuel per repetition currently.~~ string.rep impl was removed
Thank you, merged!