Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Error message with '|' and '|=' bit operands #8

Open
maclarsson opened this issue Sep 19, 2022 · 0 comments
Open

Error message with '|' and '|=' bit operands #8

maclarsson opened this issue Sep 19, 2022 · 0 comments

Comments

@maclarsson
Copy link

The plugin marks the or '|' and '|=' bit operands as errors with the message:

, JaktToken.BRACKET_CLOSE, JaktToken.BRACKET_OPEN, JaktToken.CHAR_LITERAL, JaktToken.CURLY_CLOSE, JaktToken.CURLY_OPEN, JaktToken.EXCLAMATION_POINT, JaktToken.FALSE_KEYWORD, JaktToken.IDENTIFIER, JaktToken.IF_KEYWORD, JaktToken.MINUS, JaktToken.NEWLINE, JaktToken.PAREN_CLOSE, JaktToken.PAREN_OPEN, JaktToken.PLUS, JaktToken.STRING_LITERAL or JaktToken.TRUE_KEYWORD expected, got '='

Example code:

value_16 |= 0xff00

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

No branches or pull requests

1 participant