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

Two expressions are parsed as one if the first number in the second has polarity #24

Open
AlexFF000 opened this issue May 28, 2020 · 2 comments
Labels
wontfix This will not be worked on

Comments

@AlexFF000
Copy link
Owner

e.g.
foo = 2 * 2 -2 + 5
is seen as one expression

@AlexFF000 AlexFF000 added this to the Indev-Language-Parser milestone May 28, 2020
@AlexFF000
Copy link
Owner Author

Example should have been:
foo = 2 * 2
-2 + 5

@AlexFF000
Copy link
Owner Author

This is never likely to be an issue in actual use, as there is no situation where an expression on a new line starting with a constant would have any effect.

@AlexFF000 AlexFF000 added the wontfix This will not be worked on label Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant