viruscamp / luadec

Lua Decompiler for lua 5.1 , 5.2 and 5.3
1.14k stars 343 forks source link

if_else with empty then #35

Open viruscamp opened 9 years ago

viruscamp commented 9 years ago

see https://github.com/viruscamp/luadec/blob/master/test/error_nested_if/doreturnend2.lua

    if a then
    else
        if b then
            c=0
        end
    end

LuaTool passed the test