Giter Club home page Giter Club logo

Comments (1)

viruscamp avatar viruscamp commented on August 22, 2024
local u1,u2,u3
function f1(a1,a2,...)
    local l0 = a1; -- move
    local l1 = 1 -- loadk
    local l2 = true -- loadbool
    local l3 = nil -- loadnil
    local l4 = u1[g1] -- gettupval, getglobal, gettable
    g1 = l1 -- setglobal
    u2 = l2 -- setupval
    l3[l2] = l1 -- settable
    local l5 = { -- newtable
        l1, l2; -- move, setlist
        x = l2 -- settable
    }
    local l6 = l5:x() -- self, call
    local l7 = -((l0+l1-l2)*l3/l4%l5)^l6 -- add, sub, mul, div, mod, pow, unm
    local l8 = #(not l7) -- not, len
    local l9 = l7..l8 -- concat
    if l1==l2 and l2<l3 or l3<=l4 then -- eq, lt, le, jmp
        for i = 1, 10, 2 do -- forprep
            l0 = l0 and l2 -- test
        end -- forloop
    else -- jmp
        for k,v in ipairs(l5) do
            l4 = l5 or l6 -- testset
        end -- tforloop
    end
    do
        local l21, l22 = ... -- vararg
        local function f2() -- closure
            return l21, l22
        end
        f2(k,v) -- call
    end --close
    return f1() -- return, tailcall
end

from luadec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.