mirror of
https://github.com/gvx/Ser.git
synced 2024-11-14 18:34:22 +00:00
parent
356cad7ed5
commit
3bea79546b
2
ser.lua
2
ser.lua
@ -8,7 +8,7 @@ local function make_safe(text)
|
|||||||
return ("%q"):format(text):gsub('\n', 'n'):gsub("[\128-\255]", getchr)
|
return ("%q"):format(text):gsub('\n', 'n'):gsub("[\128-\255]", getchr)
|
||||||
end
|
end
|
||||||
|
|
||||||
local oddvals = {[tostring(1/0)] = '1/0', [tostring(-1/0)] = '-1/0', [tostring(0/0)] = '0/0'}
|
local oddvals = {[tostring(1/0)] = '1/0', [tostring(-1/0)] = '-1/0', [tostring(-(0/0))] = '-(0/0)', [tostring(0/0)] = '0/0'}
|
||||||
local function write(t, memo, rev_memo)
|
local function write(t, memo, rev_memo)
|
||||||
local ty = type(t)
|
local ty = type(t)
|
||||||
if ty == 'number' then
|
if ty == 'number' then
|
||||||
|
Loading…
Reference in New Issue
Block a user