-
-
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,intandbigint -
%for remainder (in fact not modulo, see: https://bigmachine.io/career/mod-and-remainder-are-not-the-same), supportsfloat,intandbigint -
~~~for bitwise NOT, supportsintandbigint -
|||for bitwise OR, supportsintandbigint -
&&&for bitwise AND, supportsintandbigint -
^^^for bitwise XOR, supportsintandbigint -
<<for left shift, supportsintandbigint -
>>for right shift, supportsintandbigint -
>>>for unsigned right shift, supportsintonly
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