|
Thanks,
I have no idea what I'm doing wrong
~/test $ luac52 -l test.lua | lua52 FindGlobals52.lua test.lua~/test $ head -n 5 FindGlobals52.lua
~/test $ cat test.lua
print(failed)
--[[
globals.lua (FindGlobals), a useful script to find global variable access in
.lua files, placed in the public domain by Mikk in 2009.
Cheers,
David.