lua-decompile 0.1.0

a lua bytecode decompiler library
Documentation
1
2
3
4
5
6
7
8
local a = 100
local b = a + 1
local c = b - 1
local d = (((c * 5) ^ (c / 5)) % 5) ^ 0.5

local e = a > b and c < b or d == 100

return a, b, c, d