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
otherwise you cannot see the lexer error. To reproduce:
rpn> 1 1000 for i i next (...) 2> 999 1> 1000
Here you see 1000 lines of numbers (this is correct).
rpn> 1 2 start missing next or step after for or start: error 11: syntax error 2> 999 1> 1000
Here you see a syntax error message then 1000 lines of numbers, which is not convenient.
The text was updated successfully, but these errors were encountered:
#273 don't show stack after errors
19924bc
No branches or pull requests
otherwise you cannot see the lexer error.
To reproduce:
Here you see 1000 lines of numbers (this is correct).
rpn> 1 2 start
missing next or step after for or start: error 11: syntax error
2> 999
1> 1000
The text was updated successfully, but these errors were encountered: