Giter Club home page Giter Club logo

lua-functions-inlined's Introduction

Lua-Functions-Inlined

Inlined Lua API Functions that are Compatible with most sources.

Instead of using lua_State* L, we replaced it with double-word DWORD rL.

Then instead of using lua's shitty functions, we use our own inlined ones!

Must include Headers.hpp or any Lua Files otherwise functions will error.

If any definition error occurs, include some lua files, should fix the error.

Not all functions work, because I didn't really work on some functions.

What-is-inlining?

The __inline Keyword for Inline Functions. An inline function is a function for which the compiler replaces a call to the function with the code for the function itself.

Roblox destroyed the usage of functions, into inline, and this repo fixes that.

What-is-included?

Fully or partially inlined functions as I didnt really want to work on it, maybe in the future, I will improve it by 50% or more.

Commented each code block for more information on what to change, etc. It also includes defines for certain functions.

Does it work?

Some functions may work as your execution method is different.

This is 100% working with Roblox's Luau Compiler: https://github.com/Roblox/luau

lua-functions-inlined's People

Contributors

clxyify avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.