In antifennel
do
local x = 4
end
compiles to:
(let [x 4])
which is unable to compile back into lua.
I think when antifennel wants generate an empty let block, it instead put nil
into the body so that the output can compile.
Good catch! Just pushed a fix.