As following task of #7057
JS-like bitwise operators need to be implemented as unified operators
~
, lnot
) -[ ] support int
, bigint
( Add support for the bitwise NOT(~
) unary operator #7418)&
, land
) - support int
, bigint
( add bitwise AND (&
) operator #7415)|
, lor
) - support int
, bigint
( add bitor (|) unified operator #7382)^
, lxor
) - support int
, bigint
( add bitxor (^) unified operator #7216)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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4