Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add an nqp-moarvm compiler entry
  • Loading branch information
japhb committed Jun 4, 2013
1 parent 911bc4d commit a24fce5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions compilers.pl
Expand Up @@ -110,6 +110,17 @@
e_run => [qw( ./nqp -e )],
show_ver => [qw( ./nqp --version )],
},
{
name => 'nqp-moarvm',
enabled => 1,
language => 'NQP',
compiler => 'nqp',
vm => 'moarvm',
dir => 'nqp-cc',
f_run => [qw( install/bin/nqp nqp-moar-cc.nqp )],
e_run => [qw( install/bin/nqp nqp-moar-cc.nqp -e )],
show_ver => [qw( install/bin/nqp nqp-moar-cc.nqp --version )],
},
{
name => 'rakudo.nqp',
enabled => 1,
Expand Down

0 comments on commit a24fce5

Please sign in to comment.