lua-bytecode 0.3.5

A lua bytecode parser/encoder for lua5.1 and luau
Documentation
1
2
3
4
5
local x = 500
local y = 1000
local z = x + y

print(x, y, z)