Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fill out nqp op space a little more.
  • Loading branch information
jnthn committed Oct 23, 2011
1 parent 7eda54b commit 5ed5bc0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/PAST/NQP.pir
Expand Up @@ -507,8 +507,14 @@ entry to produce the node to be returned.
# aggregate opcodes
maphash['atkey'] = 'set__PQs'
maphash['atpos'] = 'set__PQi'
maphash['atpos_i'] = 'set__IQi'
maphash['atpos_n'] = 'set__NQi'
maphash['atpos_s'] = 'set__SQi'
maphash['bindkey'] = 'set__1QsP'
maphash['bindpos'] = 'set__1QiP'
maphash['bindpos_i'] = 'set__1Qii'
maphash['bindpos_n'] = 'set__1Qin'
maphash['bindpos_s'] = 'set__1Qis'
maphash['deletekey'] = 'delete__0Qs'
maphash['deletepos'] = 'delete__0Qi'
maphash['existskey'] = 'exists__IQs'
Expand Down

0 comments on commit 5ed5bc0

Please sign in to comment.