mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-25 21:22:47 +00:00
* Test implementation of lua * Trust that lua knows what its doing with this Silence warnings * actually update top screen when Thingy is called, disable unnecessary ShowPrompt calls * readme * change init for a simple test, print error on top screen too * Readme * change init for a simple test, print error on top screen too * enable more lua libs, edit init.lua with string examples * one more readme edit before bed * Readme * change init for a simple test, print error on top screen too * enable more lua libs, edit init.lua with string examples * make lua a proper file type, add test UI library with two functions, remove luacmd command * remove old attempts at editing lauxlib and liolib * README * README * FS lib, new UI stuff * consistency with "type* ptr" maybe * add custom package searcher, reset package.path * new functions for UI including basic print output buffer, add "Lua scripts..." option to home/power menu * build vram0.tar including subdirs of data * move default path to GM9LUA_DEFAULT_PATH * FS_FileGetData * testfgd, add GM9VERSION global, update README, fix indentation * FS_FileGetData will return a nil instead if it fails * it's actually luaL_pushfail * os * use luaL_tolstring instead of lua_tostring * fix test/remove debugging showprompt * os.clock float attempt * fix print for real * fix swapped offset and size for FileGetData * finish OS stuff * fix os.clock * shorten table in/out * remove .vscode dir * enum test * support building without lua * NO_LUA hides menu options (except when you directly select a lua file) * update UI lib to better match the ideas on #1 * dockermake * add DrawPNG function * whoops its ShowPNG * minor fixes, add DrawPNG * fix AskPrompt, add all showprompts mentioned in #1 * add newly added functions to readme * try to keep separate code and data * update lua to 5.4.7 * remove test libraries now that i want to attempt to implement in a real api * add nix flake for building * add various lua functions, some of them taken from the old attempt but with new names * add dev shell to flake.nix * remove test lua scripts in root * add test lua scripts in data/luascripts * add a whole bunch more lua functions and stuff * add more test lua scripts * add more functions, add preload script, add test io compatibility module * add more functions and test scripts * more functions and stuff * more functions and stuff * more functions and stuff, plus a wip ctrcheck reimpl * yet more functions and stuff * even more functions and stuff * command comparison table.ods * update command comparison table.ods * update command comparison table.ods * Add files via upload * update command comparison table.ods * update ui.show_text to use DrawStringCenter, update ctrcheck rewrite * Split up the ARM9 code (.text, .vectors) and data (.rodata, .data, .bss) sections into their own ELFs. This allows us to use more ARM9 WRAM while leaving the 128k BootROM mirror intact. * use the makefile definition * add title module, move around some functions, update command comparison table * add readme for lua * remove liolib.c and loslib.c * more functions and things, use CheckWritePermissionsLuaError in place of more manual checks, update command comparison table * add missing constant * set CURRDIR to nil instead of "(null)" if not found * remove gm9enum (unused since the restart) * add ui.check_key * split fs module to lua overlay and _fs internal module, and add a check for fs.write_file in lua * add fs.ask_select_file and fs.ask_select_dir * add fs.key_dump, replace overwrite_all and append_all with overwrite and append * add fs.cart_dump and sys.emu_base * add ctrtool, update flake.lock * add io append mode * make sure io.open with write mode starts with an empty file, add os.remove and os.rename aliases * properly implement os.remove compatibility * add fs.verify_with_sha_file, fix PathIsDirectory by using stat instead of opendir * add util.running_as_module (untested) * move scripts over to https://github.com/ihaveamac/GM9-lua-script-experiments * remove ods and dockermake.sh * remove data/scripts * add lua autorun (untested) * fix syntax error * add sys.check_embedded_backup * remove accidental symlink * add sys.check_raw_rtc * fix ui.show_file_text_viewer not freeing memory or reporting an error if OOM happens * add todo notes for ui * work-in-progress lua doc * formatting fix * up heading level for all sections * Revert "up heading level for all sections" This reverts commit 6ef14b619536b4253e341ba40b4dea728358979d. * separators * fix name and error for fs.move * do explicit permission checks in fs.move * fix error string for fs.copy * fix function name for fs.dir_info * fix error string for fs.find and fs.find_not * fix function name for fs.img_umount * partial fs doc * finished fs doc, string fixes for fs module * document fs.cart_dump encrypted opt, remove stat from fs.verify_with_sha_file * title doc * sys doc, error string updates * util doc * add json.lua to lua-doc * add fs.find_all * add 3dstool to flake * make fs.find_all recursive actually recursive, document fs.find_all * add "for" to comparison table * change fs.find to return nil if no path was found, instead of raising an error * change ui.echo to automatically word wrap (untested) * Revert "change ui.echo to automatically word wrap (untested)" This reverts commit 2524e7707708e9818162c31f9f004b6301a3061b. * switch devkitNix to upstream * flake.lock: Update Flake lock file updates: • Updated input 'devkitNix': 'github:ihaveamac/devkitNix/883d173b94e3da8dc4cc0860cdda8c36b738817c' (2024-12-05) → 'github:bandithedoge/devkitNix/95fd44f4ac7cecf24edf22daa899a516df73c6b7' (2025-01-11) • Updated input 'devkitNix/nixpkgs': 'github:NixOS/nixpkgs/566e53c2ad750c84f6d31f9ccb9d00f823165550' (2024-12-03) → 'github:NixOS/nixpkgs/4bc9c909d9ac828a039f288cf872d16d38185db8' (2025-01-08) • Updated input 'hax-nur': 'github:ihaveamac/nur-packages/c570b3830f7dd4d655afb109300529c896cd8855' (2024-12-05) → 'github:ihaveamac/nur-packages/cd49afba206c2eb10a349d92470fdf2cc942ae23' (2025-01-11) • Updated input 'hax-nur/nixpkgs': 'github:NixOS/nixpkgs/2c15aa59df0017ca140d9ba302412298ab4bf22a' (2024-12-02) → 'github:NixOS/nixpkgs/4bc9c909d9ac828a039f288cf872d16d38185db8' (2025-01-08) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/566e53c2ad750c84f6d31f9ccb9d00f823165550' (2024-12-03) → 'github:NixOS/nixpkgs/32af3611f6f05655ca166a0b1f47b57c762b5192' (2025-01-09) * flake.lock: Update Flake lock file updates: • Updated input 'devkitNix': 'github:bandithedoge/devkitNix/95fd44f4ac7cecf24edf22daa899a516df73c6b7' (2025-01-11) → 'github:bandithedoge/devkitNix/a344b0200a044f2d2ff99685f13ff7c53106428e' (2025-02-06) • Updated input 'devkitNix/nixpkgs': 'github:NixOS/nixpkgs/4bc9c909d9ac828a039f288cf872d16d38185db8' (2025-01-08) → 'github:NixOS/nixpkgs/5b2753b0356d1c951d7a3ef1d086ba5a71fff43c' (2025-02-05) • Updated input 'hax-nur': 'github:ihaveamac/nur-packages/cd49afba206c2eb10a349d92470fdf2cc942ae23' (2025-01-11) → 'github:ihaveamac/nur-packages/2ce890cab4e948109ad1ad82ba18e69240a0d352' (2025-02-06) • Updated input 'hax-nur/nixpkgs': 'github:NixOS/nixpkgs/4bc9c909d9ac828a039f288cf872d16d38185db8' (2025-01-08) → 'github:NixOS/nixpkgs/8532db2a88ba56de9188af72134d93e39fd825f3' (2025-02-02) • Added input 'hax-nur/treefmt-nix': 'github:numtide/treefmt-nix/bebf27d00f7d10ba75332a0541ac43676985dea3' (2025-01-28) • Added input 'hax-nur/treefmt-nix/nixpkgs': follows 'hax-nur/nixpkgs' • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/32af3611f6f05655ca166a0b1f47b57c762b5192' (2025-01-09) → 'github:NixOS/nixpkgs/5b2753b0356d1c951d7a3ef1d086ba5a71fff43c' (2025-02-05) * make devkitNix and hax-nur inputs follow nixpkgs * Also dump section headers on .dis file * prepare for upstream merge * Restore original README. * Remove flake, was only used for my own testing * fix accidental removal of LIBS * copy lua-doc.md into release archive * README: update to mention Lua in place of GM9Script, add credits * lua-doc: fix typo * add sample HelloScript * lua-doc: remove wip notice, since all gm9script features are replicated * remove accidental inclusion of language.inl * Fix mixture of tabs and spaces * remove accidental nix leftover * re-add @ for add2tar command --------- Co-authored-by: luigoalma <luigoalma@hotmail.com> Co-authored-by: Gruetzig <florianavilov@gmail.com> Co-authored-by: Florian <88926852+Gruetzig@users.noreply.github.com> Co-authored-by: Wolfvak <soherrera1@hotmail.com>
389 lines
9.4 KiB
Lua
389 lines
9.4 KiB
Lua
--
|
|
-- json.lua
|
|
--
|
|
-- Copyright (c) 2020 rxi
|
|
--
|
|
-- Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
-- this software and associated documentation files (the "Software"), to deal in
|
|
-- the Software without restriction, including without limitation the rights to
|
|
-- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
-- of the Software, and to permit persons to whom the Software is furnished to do
|
|
-- so, subject to the following conditions:
|
|
--
|
|
-- The above copyright notice and this permission notice shall be included in all
|
|
-- copies or substantial portions of the Software.
|
|
--
|
|
-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
-- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
-- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
-- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
-- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
-- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
-- SOFTWARE.
|
|
--
|
|
|
|
local json = { _version = "0.1.2" }
|
|
|
|
-------------------------------------------------------------------------------
|
|
-- Encode
|
|
-------------------------------------------------------------------------------
|
|
|
|
local encode
|
|
|
|
local escape_char_map = {
|
|
[ "\\" ] = "\\",
|
|
[ "\"" ] = "\"",
|
|
[ "\b" ] = "b",
|
|
[ "\f" ] = "f",
|
|
[ "\n" ] = "n",
|
|
[ "\r" ] = "r",
|
|
[ "\t" ] = "t",
|
|
}
|
|
|
|
local escape_char_map_inv = { [ "/" ] = "/" }
|
|
for k, v in pairs(escape_char_map) do
|
|
escape_char_map_inv[v] = k
|
|
end
|
|
|
|
|
|
local function escape_char(c)
|
|
return "\\" .. (escape_char_map[c] or string.format("u%04x", c:byte()))
|
|
end
|
|
|
|
|
|
local function encode_nil(val)
|
|
return "null"
|
|
end
|
|
|
|
|
|
local function encode_table(val, stack)
|
|
local res = {}
|
|
stack = stack or {}
|
|
|
|
-- Circular reference?
|
|
if stack[val] then error("circular reference") end
|
|
|
|
stack[val] = true
|
|
|
|
if rawget(val, 1) ~= nil or next(val) == nil then
|
|
-- Treat as array -- check keys are valid and it is not sparse
|
|
local n = 0
|
|
for k in pairs(val) do
|
|
if type(k) ~= "number" then
|
|
error("invalid table: mixed or invalid key types")
|
|
end
|
|
n = n + 1
|
|
end
|
|
if n ~= #val then
|
|
error("invalid table: sparse array")
|
|
end
|
|
-- Encode
|
|
for i, v in ipairs(val) do
|
|
table.insert(res, encode(v, stack))
|
|
end
|
|
stack[val] = nil
|
|
return "[" .. table.concat(res, ",") .. "]"
|
|
|
|
else
|
|
-- Treat as an object
|
|
for k, v in pairs(val) do
|
|
if type(k) ~= "string" then
|
|
error("invalid table: mixed or invalid key types")
|
|
end
|
|
table.insert(res, encode(k, stack) .. ":" .. encode(v, stack))
|
|
end
|
|
stack[val] = nil
|
|
return "{" .. table.concat(res, ",") .. "}"
|
|
end
|
|
end
|
|
|
|
|
|
local function encode_string(val)
|
|
return '"' .. val:gsub('[%z\1-\31\\"]', escape_char) .. '"'
|
|
end
|
|
|
|
|
|
local function encode_number(val)
|
|
-- Check for NaN, -inf and inf
|
|
if val ~= val or val <= -math.huge or val >= math.huge then
|
|
error("unexpected number value '" .. tostring(val) .. "'")
|
|
end
|
|
return string.format("%.14g", val)
|
|
end
|
|
|
|
|
|
local type_func_map = {
|
|
[ "nil" ] = encode_nil,
|
|
[ "table" ] = encode_table,
|
|
[ "string" ] = encode_string,
|
|
[ "number" ] = encode_number,
|
|
[ "boolean" ] = tostring,
|
|
}
|
|
|
|
|
|
encode = function(val, stack)
|
|
local t = type(val)
|
|
local f = type_func_map[t]
|
|
if f then
|
|
return f(val, stack)
|
|
end
|
|
error("unexpected type '" .. t .. "'")
|
|
end
|
|
|
|
|
|
function json.encode(val)
|
|
return ( encode(val) )
|
|
end
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
|
-- Decode
|
|
-------------------------------------------------------------------------------
|
|
|
|
local parse
|
|
|
|
local function create_set(...)
|
|
local res = {}
|
|
for i = 1, select("#", ...) do
|
|
res[ select(i, ...) ] = true
|
|
end
|
|
return res
|
|
end
|
|
|
|
local space_chars = create_set(" ", "\t", "\r", "\n")
|
|
local delim_chars = create_set(" ", "\t", "\r", "\n", "]", "}", ",")
|
|
local escape_chars = create_set("\\", "/", '"', "b", "f", "n", "r", "t", "u")
|
|
local literals = create_set("true", "false", "null")
|
|
|
|
local literal_map = {
|
|
[ "true" ] = true,
|
|
[ "false" ] = false,
|
|
[ "null" ] = nil,
|
|
}
|
|
|
|
|
|
local function next_char(str, idx, set, negate)
|
|
for i = idx, #str do
|
|
if set[str:sub(i, i)] ~= negate then
|
|
return i
|
|
end
|
|
end
|
|
return #str + 1
|
|
end
|
|
|
|
|
|
local function decode_error(str, idx, msg)
|
|
local line_count = 1
|
|
local col_count = 1
|
|
for i = 1, idx - 1 do
|
|
col_count = col_count + 1
|
|
if str:sub(i, i) == "\n" then
|
|
line_count = line_count + 1
|
|
col_count = 1
|
|
end
|
|
end
|
|
error( string.format("%s at line %d col %d", msg, line_count, col_count) )
|
|
end
|
|
|
|
|
|
local function codepoint_to_utf8(n)
|
|
-- http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=iws-appendixa
|
|
local f = math.floor
|
|
if n <= 0x7f then
|
|
return string.char(n)
|
|
elseif n <= 0x7ff then
|
|
return string.char(f(n / 64) + 192, n % 64 + 128)
|
|
elseif n <= 0xffff then
|
|
return string.char(f(n / 4096) + 224, f(n % 4096 / 64) + 128, n % 64 + 128)
|
|
elseif n <= 0x10ffff then
|
|
return string.char(f(n / 262144) + 240, f(n % 262144 / 4096) + 128,
|
|
f(n % 4096 / 64) + 128, n % 64 + 128)
|
|
end
|
|
error( string.format("invalid unicode codepoint '%x'", n) )
|
|
end
|
|
|
|
|
|
local function parse_unicode_escape(s)
|
|
local n1 = tonumber( s:sub(1, 4), 16 )
|
|
local n2 = tonumber( s:sub(7, 10), 16 )
|
|
-- Surrogate pair?
|
|
if n2 then
|
|
return codepoint_to_utf8((n1 - 0xd800) * 0x400 + (n2 - 0xdc00) + 0x10000)
|
|
else
|
|
return codepoint_to_utf8(n1)
|
|
end
|
|
end
|
|
|
|
|
|
local function parse_string(str, i)
|
|
local res = ""
|
|
local j = i + 1
|
|
local k = j
|
|
|
|
while j <= #str do
|
|
local x = str:byte(j)
|
|
|
|
if x < 32 then
|
|
decode_error(str, j, "control character in string")
|
|
|
|
elseif x == 92 then -- `\`: Escape
|
|
res = res .. str:sub(k, j - 1)
|
|
j = j + 1
|
|
local c = str:sub(j, j)
|
|
if c == "u" then
|
|
local hex = str:match("^[dD][89aAbB]%x%x\\u%x%x%x%x", j + 1)
|
|
or str:match("^%x%x%x%x", j + 1)
|
|
or decode_error(str, j - 1, "invalid unicode escape in string")
|
|
res = res .. parse_unicode_escape(hex)
|
|
j = j + #hex
|
|
else
|
|
if not escape_chars[c] then
|
|
decode_error(str, j - 1, "invalid escape char '" .. c .. "' in string")
|
|
end
|
|
res = res .. escape_char_map_inv[c]
|
|
end
|
|
k = j + 1
|
|
|
|
elseif x == 34 then -- `"`: End of string
|
|
res = res .. str:sub(k, j - 1)
|
|
return res, j + 1
|
|
end
|
|
|
|
j = j + 1
|
|
end
|
|
|
|
decode_error(str, i, "expected closing quote for string")
|
|
end
|
|
|
|
|
|
local function parse_number(str, i)
|
|
local x = next_char(str, i, delim_chars)
|
|
local s = str:sub(i, x - 1)
|
|
local n = tonumber(s)
|
|
if not n then
|
|
decode_error(str, i, "invalid number '" .. s .. "'")
|
|
end
|
|
return n, x
|
|
end
|
|
|
|
|
|
local function parse_literal(str, i)
|
|
local x = next_char(str, i, delim_chars)
|
|
local word = str:sub(i, x - 1)
|
|
if not literals[word] then
|
|
decode_error(str, i, "invalid literal '" .. word .. "'")
|
|
end
|
|
return literal_map[word], x
|
|
end
|
|
|
|
|
|
local function parse_array(str, i)
|
|
local res = {}
|
|
local n = 1
|
|
i = i + 1
|
|
while 1 do
|
|
local x
|
|
i = next_char(str, i, space_chars, true)
|
|
-- Empty / end of array?
|
|
if str:sub(i, i) == "]" then
|
|
i = i + 1
|
|
break
|
|
end
|
|
-- Read token
|
|
x, i = parse(str, i)
|
|
res[n] = x
|
|
n = n + 1
|
|
-- Next token
|
|
i = next_char(str, i, space_chars, true)
|
|
local chr = str:sub(i, i)
|
|
i = i + 1
|
|
if chr == "]" then break end
|
|
if chr ~= "," then decode_error(str, i, "expected ']' or ','") end
|
|
end
|
|
return res, i
|
|
end
|
|
|
|
|
|
local function parse_object(str, i)
|
|
local res = {}
|
|
i = i + 1
|
|
while 1 do
|
|
local key, val
|
|
i = next_char(str, i, space_chars, true)
|
|
-- Empty / end of object?
|
|
if str:sub(i, i) == "}" then
|
|
i = i + 1
|
|
break
|
|
end
|
|
-- Read key
|
|
if str:sub(i, i) ~= '"' then
|
|
decode_error(str, i, "expected string for key")
|
|
end
|
|
key, i = parse(str, i)
|
|
-- Read ':' delimiter
|
|
i = next_char(str, i, space_chars, true)
|
|
if str:sub(i, i) ~= ":" then
|
|
decode_error(str, i, "expected ':' after key")
|
|
end
|
|
i = next_char(str, i + 1, space_chars, true)
|
|
-- Read value
|
|
val, i = parse(str, i)
|
|
-- Set
|
|
res[key] = val
|
|
-- Next token
|
|
i = next_char(str, i, space_chars, true)
|
|
local chr = str:sub(i, i)
|
|
i = i + 1
|
|
if chr == "}" then break end
|
|
if chr ~= "," then decode_error(str, i, "expected '}' or ','") end
|
|
end
|
|
return res, i
|
|
end
|
|
|
|
|
|
local char_func_map = {
|
|
[ '"' ] = parse_string,
|
|
[ "0" ] = parse_number,
|
|
[ "1" ] = parse_number,
|
|
[ "2" ] = parse_number,
|
|
[ "3" ] = parse_number,
|
|
[ "4" ] = parse_number,
|
|
[ "5" ] = parse_number,
|
|
[ "6" ] = parse_number,
|
|
[ "7" ] = parse_number,
|
|
[ "8" ] = parse_number,
|
|
[ "9" ] = parse_number,
|
|
[ "-" ] = parse_number,
|
|
[ "t" ] = parse_literal,
|
|
[ "f" ] = parse_literal,
|
|
[ "n" ] = parse_literal,
|
|
[ "[" ] = parse_array,
|
|
[ "{" ] = parse_object,
|
|
}
|
|
|
|
|
|
parse = function(str, idx)
|
|
local chr = str:sub(idx, idx)
|
|
local f = char_func_map[chr]
|
|
if f then
|
|
return f(str, idx)
|
|
end
|
|
decode_error(str, idx, "unexpected character '" .. chr .. "'")
|
|
end
|
|
|
|
|
|
function json.decode(str)
|
|
if type(str) ~= "string" then
|
|
error("expected argument of type string, got " .. type(str))
|
|
end
|
|
local res, idx = parse(str, next_char(str, 1, space_chars, true))
|
|
idx = next_char(str, idx, space_chars, true)
|
|
if idx <= #str then
|
|
decode_error(str, idx, "trailing garbage")
|
|
end
|
|
return res
|
|
end
|
|
|
|
|
|
return json
|