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

Support bitwise operators #7172

Open
1 of 4 tasks
cometkim opened this issue Nov 24, 2024 · 5 comments
Open
1 of 4 tasks

Support bitwise operators #7172

cometkim opened this issue Nov 24, 2024 · 5 comments

Comments

@cometkim
Copy link
Member

cometkim commented Nov 24, 2024

As following task of #7057

JS-like bitwise operators need to be implemented as unified operators

Old names should be kept for compatibility, but introducing longer clear names would be good. e.g. bitwiseAnd, bitwiseOr

This adds new token rules to the syntax, follow-up tasks for editor support will be opened.

@cometkim
Copy link
Member Author

Assigned to @MiryangJung

@cometkim
Copy link
Member Author

cometkim commented Apr 3, 2025

Um, I think there are remaining operators to implement.

@fhammerschmidt fhammerschmidt moved this from Done to In progress in ReScript development Apr 3, 2025
@fhammerschmidt fhammerschmidt reopened this Apr 3, 2025
@fhammerschmidt
Copy link
Member

We just have XOR for now, right?

@cometkim
Copy link
Member Author

cometkim commented Apr 3, 2025

Right. And @MiryangJung said she can do others too

@fhammerschmidt
Copy link
Member

Ok then! I took the liberty of changing your OP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In progress
Development

No branches or pull requests

3 participants