Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Start getting some more of the 6model primitives into the nqp:: names…
…pace.
  • Loading branch information
jnthn committed Jun 21, 2012
1 parent b5930e1 commit 46cf8f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/PAST/NQP.pir
Expand Up @@ -680,7 +680,9 @@ entry to produce the node to be returned.
maphash['box_s'] = 'repr_box_str__PsP'
maphash['where'] = 'get_id__IP'
maphash['can'] = 'can__IPs'
maphash['findmethod'] = 'find_method__pps'
maphash['findmethod'] = 'find_method__PPs'
maphash['newtype'] = 'repr_type_object_for__PPs'
maphash['setwho'] = 'set_who__0PP'

# serialization context related opcodes
maphash['sha1'] = 'nqp_sha1__Ss'
Expand Down

0 comments on commit 46cf8f8

Please sign in to comment.