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

implemented bitwise operators #266

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

implemented bitwise operators #266

wants to merge 5 commits into from

Conversation

GGodPL
Copy link

@GGodPL GGodPL commented Jun 24, 2022

No description provided.

@SpeckyYT
Copy link
Contributor

SpeckyYT commented Jun 25, 2022

Looks really good to me, but I would use i128 for conversions. (convert_to_int is not really needed, you can do as i128)

FlowVix and others added 4 commits June 27, 2022 20:17
changed bitwise and operator from "`" to "&" and bitwise or operator from "?" to "|".
implemented left shift assign operator ("<<=") and right shift assign operator (">>=")
@GGodPL
Copy link
Author

GGodPL commented Dec 28, 2022

wtf did i do with that pr

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

Successfully merging this pull request may close these issues.

None yet

3 participants