We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
continue
The text was updated successfully, but these errors were encountered:
As for the linked fivem documentation in #855, here is the gmod one: https://wiki.facepunch.com/gmod/Specific_Operators
Sorry, something went wrong.
No branches or pull requests
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:
I'd also be satisfied if these symbols just convert to the standard-lua syntax (with the exception of
continue
, which has no equivalent)The text was updated successfully, but these errors were encountered: