Skip to content

Commit

Permalink
Add operator properties for bitshift ops
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 13, 2021
1 parent 05f7740 commit ec32509
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Raku/ast/operator-properties.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@ class BuiltinOperatorProperties {
'mod', 'multiplicative',
'+&', 'multiplicative',
'~&', 'multiplicative',
'+<', 'multiplicative',
'+>', 'multiplicative',
'~<', 'multiplicative',
'~>', 'multiplicative',

'%%', 'multiplicative-iffy',
'?&', 'multiplicative-iffy',
Expand Down

0 comments on commit ec32509

Please sign in to comment.