Skip to content

Commit 4bc5cae

Browse files
committed
bitwise str nqp:: ops
1 parent 7e4bb20 commit 4bc5cae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/PAST/NQP.pir

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,10 @@ entry to produce the node to be returned.
488488
maphash['bitshiftl_i'] = 'shl__III'
489489
maphash['bitshiftr_i'] = 'shr__III'
490490

491+
maphash['bitor_s'] = 'bors__SS'
492+
maphash['bitxor_s'] = 'bxors__SS'
493+
maphash['bitand_s'] = 'bands__SS'
494+
491495
# string opcodes
492496
maphash['chars'] = 'length__Is'
493497
maphash['concat'] = 'concat' # allow either P or S form

0 commit comments

Comments
 (0)