-
Notifications
You must be signed in to change notification settings - Fork 469
Open
Labels
Milestone
Description
As following task of #7057
JS-like bitwise operators need to be implemented as unified operators
- Bitwise NOT (
~
,lnot
) -[ ] supportint
,bigint
(Add support for the bitwise NOT(~
) unary operator #7418)To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
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.
jeong-sik
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In progress
Milestone
Relationships
Development
Select code repository
Activity
cometkim commentedon Nov 25, 2024
Assigned to @MiryangJung
cometkim commentedon Apr 3, 2025
Um, I think there are remaining operators to implement.
fhammerschmidt commentedon Apr 3, 2025
We just have XOR for now, right?
cometkim commentedon Apr 3, 2025
Right. And @MiryangJung said she can do others too
fhammerschmidt commentedon Apr 3, 2025
Ok then! I took the liberty of changing your OP.
&
) operator #7415~
) unary operator #7418