mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-05 07:08:49 +00:00
Lua Metaprogram: Improvements to static analysis + others.
This commit is contained in:
@@ -235,7 +235,6 @@ local function extract_arg_names(args_str)
|
||||
if trimmed ~= "" then
|
||||
-- Find the identifier at the end: walk back over trailers (whitespace + `*` + `[]`),
|
||||
-- then walk back over the identifier chars (alnum + `_`).
|
||||
-- Plex: inlined the 2 single-caller helpers (no 2-caller rule met).
|
||||
local ident_end = #trimmed
|
||||
while ident_end > 0 do
|
||||
local ch = trimmed:sub(ident_end, ident_end)
|
||||
|
||||
Reference in New Issue
Block a user