progress on unicode lib

This commit is contained in:
2026-02-13 22:12:19 +01:00
parent 66b73ec006
commit a2ddcfa030
7 changed files with 1325 additions and 239 deletions

View File

@@ -163,9 +163,6 @@ function checkArg(arg, val, ...)
error("bad argument #" .. arg .. " (" .. table.concat(t, ", ") .. ") expected", 2)
end
-- HORRENDOUS approximation
unicode = string
if os.getenv("NN_REPL") == "1" then
while true do
io.write("lua> ")