Skip to content
New issue

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

Stack overflow when invalid binary expression #1

Open
Jomy10 opened this issue Dec 27, 2022 · 0 comments
Open

Stack overflow when invalid binary expression #1

Jomy10 opened this issue Dec 27, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Jomy10
Copy link
Owner

Jomy10 commented Dec 27, 2022

Stack overflow will happen when an invalid binary expression is given. For example:

a := 5 noot!(a)

Since there's no semicolon or new line between 5 and noot!(a), these are seen as one expression. The first value of the expression is an integer and there is more to the expression, so it thinks it is a binary expression.

This however, is not a valid binary expression and the parser stack overflows.

@Jomy10 Jomy10 added the bug Something isn't working label Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant