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
Incorrect line and line number for syntax error
nelua test.nelua test.nelua:2:0: syntax error: unclosed parenthesis, did you forget a `)`? ^
print(
nelua test.nelua test.nelua:1:6: syntax error: unclosed parenthesis, did you forget a `)`? ^
If you have already found a way to workaround the issue, then please share how you did it, this may help others with the same issue.
Nelua 0.2.0-dev Arch Linux x86_64 gcc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
Incorrect line and line number for syntax error
Code example
print(
Expected behavior
Workaround
If you have already found a way to workaround the issue,
then please share how you did it,
this may help others with the same issue.
Environment
Nelua 0.2.0-dev
Arch Linux
x86_64
gcc
The text was updated successfully, but these errors were encountered: