Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Last pir:: in Perl6::Compiler.
  • Loading branch information
jnthn committed Mar 16, 2013
1 parent d00a575 commit e7f9bdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Perl6/Compiler.nqp
Expand Up @@ -8,10 +8,9 @@ class Perl6::Compiler is HLL::Compiler {
%options<doc> := 'Text';
}

my $hll_ns := pir::get_root_global__Ps('perl6');
my $argiter := nqp::iterator(@args);
nqp::shift($argiter) if $argiter && !nqp::defined(%options<e>);
$hll_ns<$!ARGITER> := $argiter;
nqp::bindhllsym('perl6', '$!ARGITER', $argiter);
my $super := nqp::findmethod(HLL::Compiler, 'command_eval');
my %*COMPILING;
%*COMPILING<%?OPTIONS> := %options;
Expand Down

0 comments on commit e7f9bdd

Please sign in to comment.