-
-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Milestone
Description
-
**
for exponentiation, supportsfloat
,int
andbigint
-
%
for remainder (in fact not modulo, see: https://bigmachine.io/career/mod-and-remainder-are-not-the-same), supportsfloat
,int
andbigint
-
~~~
for bitwise NOT, supportsint
andbigint
-
|||
for bitwise OR, supportsint
andbigint
-
&&&
for bitwise AND, supportsint
andbigint
-
^^^
for bitwise XOR, supportsint
andbigint
-
<<
for left shift, supportsint
andbigint
-
>>
for right shift, supportsint
andbigint
-
>>>
for unsigned right shift, supportsint
only
Both add them to the syntax lookup and to their corresponding section (float, int, bigint) in https://rescript-lang.org/docs/manual/v12.0.0/primitive-types.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed