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

Fix invalid parsing of INVERT expressions as CAT expressions #155

Merged

Conversation

kindlich
Copy link
Member

@kindlich kindlich commented Jun 9, 2024

The parser parsed ~i as UnaryExpression with OperatorType CAT instead of INVERT.

ToDos:

Closes #134

@kindlich kindlich added bug Something isn't working bytecode All issues that relate to the generation of Java Bytecode parser labels Jun 10, 2024
@kindlich kindlich added this to the Refactor milestone Jun 10, 2024
@stanhebben stanhebben merged commit f43ceef into feature/refactor Jun 21, 2024
0 of 2 checks passed
@kindlich kindlich deleted the bugfix/134-int-doesnt-have-invert-operator branch June 21, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working bytecode All issues that relate to the generation of Java Bytecode parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants