Update test for rearranged locals.
Make luacheck-suggested changes.
Move parser to antifnl/ directory.
Turn static string assignments into multisym assignment where possible.
We don't need to run cloc for every CI run.
Convert CI config to json; use debian/stable image.
Fix local function definitions that set existing locals.
Previously anything that wasn't defining a local function or table
function was misclassified as a global function.
Add a test for a global function.
Compile global functions to _G.foo.
Address linter suggestions.
Defensive copying really isn't necessary here.
Compile t.f = function assignments to fn instead of set.
Ensure that mixed tables don't end in multivals.