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

Compilation must fail for the expression "!!" #354

Open
dlpega opened this issue Feb 2, 2024 · 0 comments
Open

Compilation must fail for the expression "!!" #354

dlpega opened this issue Feb 2, 2024 · 0 comments

Comments

@dlpega
Copy link

dlpega commented Feb 2, 2024

Compilation must fail for the expression "!!" (two exclamation marks). Instead, AbstractParser#nextToken() does premature optimisation of removing any pair of neighbour "!!" even when there is nothing after those "!!"
As the result, the following expressions would compile successuflly, while they should fail:
!!
x+y!!
etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant