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
See for example this code:
function round(v, step) return math.tointeger((v + step*0.5) // step * step) end
Related Ace Editor issue: ajaxorg/ace#4571
[2:42] <expression> expected near '/'
The text was updated successfully, but these errors were encountered:
This is already supported and tested:
luaparse/luaparse.js
Lines 775 to 779 in d61c6fe
luaparse/test/scaffolding/operators
Lines 35 to 40 in d61c6fe
Ace will have to enable the "luaVersion": "5.3" option.
"luaVersion": "5.3"
Sorry, something went wrong.
No branches or pull requests
See for example this code:
Related Ace Editor issue: ajaxorg/ace#4571
The text was updated successfully, but these errors were encountered: