Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Moar sections in terms.pm.
  • Loading branch information
jnthn committed Nov 23, 2013
1 parent 3ca2699 commit 6123c77
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/core/terms.pm
Expand Up @@ -39,6 +39,12 @@ sub term:<time>() { nqp::p6box_i(nqp::time_i()) }
name => 'jvm',
properties => %PROPS,
}
#?endif
#?if moar
my $VM = {
name => 'moar',
config => {}
}
#?endif
nqp::bindkey(nqp::who(PROCESS), '$VM', $VM);

Expand Down Expand Up @@ -148,6 +154,9 @@ sub term:<time>() { nqp::p6box_i(nqp::time_i()) }
#?endif
#?if jvm
'perl6-j';
#?endif
#?if moar
'perl6-m';
#?endif
nqp::bindkey(nqp::who(PROCESS), '$EXECUTABLE_NAME', $EXECUTABLE_NAME);
my Mu $comp := nqp::getcomp('perl6');
Expand Down

0 comments on commit 6123c77

Please sign in to comment.