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

Bitwise Operators #33

Closed
ballercat opened this issue Dec 18, 2017 · 2 comments
Closed

Bitwise Operators #33

ballercat opened this issue Dec 18, 2017 · 2 comments

Comments

@ballercat
Copy link
Owner

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

  • Unit Test every binary bitwise opcode
  • Tests pass
@ballercat ballercat added this to the Alpha milestone Dec 18, 2017
@novoselrok
Copy link
Contributor

Hey, I would love to help with this if possible :)

@ballercat ballercat assigned ballercat and unassigned ballercat Dec 19, 2017
@ballercat
Copy link
Owner Author

Of course, help is appreciated. Looking forward to the PR

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

No branches or pull requests

2 participants