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
Hi
The following code snippet causes a parse error
function radToDeg(rad) { return rad / (Math.PI / 180); //parse error here };
The text was updated successfully, but these errors were encountered:
Hi @elasmojs , thanks for reporting this issue
This is a bug related to the lexer, that has been fixed in the new_lexer branch :)
new_lexer
Sorry, something went wrong.
@HalidOdat Thank you for the quick response :)
Lan2u
Successfully merging a pull request may close this issue.
Hi
The following code snippet causes a parse error
The text was updated successfully, but these errors were encountered: