We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should be able to do bitwise math
Binary operators are pretty solid now, but bitwise opcodes are not generated currently. Pretty straightforward change. Nothing should change in the parser, might be as easy as adding it to https://github.com/ballercat/walt/blob/master/src/emitter/opcode.js#L262
The text was updated successfully, but these errors were encountered:
Hey, I would love to help with this if possible :)
Sorry, something went wrong.
Of course, help is appreciated. Looking forward to the PR
No branches or pull requests
Goal
Should be able to do bitwise math
Overview
Binary operators are pretty solid now, but bitwise opcodes are not generated currently. Pretty straightforward change. Nothing should change in the parser, might be as easy as adding it to https://github.com/ballercat/walt/blob/master/src/emitter/opcode.js#L262
Acceptance Criteria
The text was updated successfully, but these errors were encountered: