~technomancy/antifennel

Release 0.3.1.
Update to Fennel 1.5.1.
Update test for rearranged locals.
Make luacheck-suggested changes.
Move parser to antifnl/ directory.
Release version 0.3.0.
Upgrade to Fennel 1.4.2.
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 check task.
Add a test for a global function.
Compile global functions to _G.foo.
Address linter suggestions.
Add uninstall target.
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.
Next