Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GLua #930

Open
SenseiHiraku opened this issue Nov 26, 2024 · 1 comment
Open

Add support for GLua #930

SenseiHiraku opened this issue Nov 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@SenseiHiraku
Copy link

SenseiHiraku commented Nov 26, 2024

Hey there,
I wanted to propose adding support for GLua (Garry's Mod Lua), which is basically LuaJIT with extended support for some c-operators.

The non-standard symbols are the following:

        "continue",
        "&&",
        "||",
        "!=",
        "!",
        "//",
        "/**/"

I'd also be satisfied if these symbols just convert to the standard-lua syntax (with the exception of continue, which has no equivalent)

@SenseiHiraku
Copy link
Author

As for the linked fivem documentation in #855, here is the gmod one:
https://wiki.facepunch.com/gmod/Specific_Operators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants