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

Add bitwise operators #12

Open
minchingtonak opened this issue Oct 19, 2020 · 1 comment
Open

Add bitwise operators #12

minchingtonak opened this issue Oct 19, 2020 · 1 comment
Assignees
Labels
planned feature Planned feature for upcoming language revision.
Projects

Comments

@minchingtonak
Copy link
Contributor

Add bitwise operators including:

  • & (bitwise and)
  • | (bitwise or)
  • >> (bitwise left shift)
  • << (bitwise right shift)
@minchingtonak minchingtonak added the planned feature Planned feature for upcoming language revision. label Oct 19, 2020
@minchingtonak minchingtonak added this to the 0.2 milestone Oct 19, 2020
@minchingtonak minchingtonak self-assigned this Oct 19, 2020
@elucent elucent removed this from the 0.2 milestone Oct 4, 2021
@elucent elucent added this to 1.1 in Releases Oct 4, 2021
@elucent
Copy link
Contributor

elucent commented Oct 4, 2021

Tentatively scheduling this for 1.1 - it's probably not too hard to add, but I don't know that it's essential for the language to function initially.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planned feature Planned feature for upcoming language revision.
Projects
Development

No branches or pull requests

2 participants