Skip to content

Commit 5ed5bc0

Browse files
committed
Fill out nqp op space a little more.
1 parent 7eda54b commit 5ed5bc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/PAST/NQP.pir

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,14 @@ entry to produce the node to be returned.
507507
# aggregate opcodes
508508
maphash['atkey'] = 'set__PQs'
509509
maphash['atpos'] = 'set__PQi'
510+
maphash['atpos_i'] = 'set__IQi'
511+
maphash['atpos_n'] = 'set__NQi'
512+
maphash['atpos_s'] = 'set__SQi'
510513
maphash['bindkey'] = 'set__1QsP'
511514
maphash['bindpos'] = 'set__1QiP'
515+
maphash['bindpos_i'] = 'set__1Qii'
516+
maphash['bindpos_n'] = 'set__1Qin'
517+
maphash['bindpos_s'] = 'set__1Qis'
512518
maphash['deletekey'] = 'delete__0Qs'
513519
maphash['deletepos'] = 'delete__0Qi'
514520
maphash['existskey'] = 'exists__IQs'

0 commit comments

Comments
 (0)