Skip to content

Instantly share code, notes, and snippets.

View AndrewBarba's full-sized avatar

Andrew Barba AndrewBarba

View GitHub Profile
---@param input string
---@return table<string>
local function parse_raw(input)
local res = {}
local is_key = true
local is_value = false
local key_t = {}
local value_t = {}