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

[Feature] Implement bitwise operators <<, >>, >>>, ~, ^, | and & #493

Open
2 of 4 tasks
Luna-Klatzer opened this issue Jul 24, 2023 · 0 comments
Open
2 of 4 tasks
Assignees
Labels
feature New feature or enhancement
Milestone

Comments

@Luna-Klatzer
Copy link
Member

Is there an existing proposal for this?

  • I have searched the existing issues

This feature does not exist in the latest version

  • I am using the latest version

Proposal

Implement the following bitwise operators in the Kipper language:

  • Zero Fill Left Bit-Shift <<
  • Signed Right Bit-Shift >>
  • Zero Fill Bit-Shift >>>
  • Bitwise NOT ~
  • Bitwise XOR ^
  • Bitwise OR |
  • Bitwise AND &

Exact behaviour / changes you want

  • Implement all given bitwise operators in the Kipper language.
  • Implement type-checking for the operations.
@Luna-Klatzer Luna-Klatzer added the feature New feature or enhancement label Jul 24, 2023
@Luna-Klatzer Luna-Klatzer added this to the v0.11.0 milestone Jul 24, 2023
@Luna-Klatzer Luna-Klatzer self-assigned this Jul 24, 2023
@Luna-Klatzer Luna-Klatzer pinned this issue Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or enhancement
Projects
Development

No branches or pull requests

1 participant