Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some more nqp:: opcodes for us to use.
  • Loading branch information
pmichaud committed Jun 23, 2011
1 parent 9b36ac2 commit 761fa93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Perl6/Actions.pm
Expand Up @@ -7,6 +7,9 @@ INIT {
p6box_n => 'perl6_box_num__Pn',
p6box_s => 'perl6_box_str__Ps',
p6bool => 'perl6_booleanize__Pi',
p6isa => 'type_check__IPP',
p6listiter => 'perl6_iter_from_rpa__PP',
p6list => 'perl6_list_from_rpa__PPP',

lcm_i => 'lcm__Iii',
gcd_i => 'gcd__Iii',
Expand Down

0 comments on commit 761fa93

Please sign in to comment.