Skip to content

Commit a24fce5

Browse files
committed
Add an nqp-moarvm compiler entry
1 parent 911bc4d commit a24fce5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

compilers.pl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@
110110
e_run => [qw( ./nqp -e )],
111111
show_ver => [qw( ./nqp --version )],
112112
},
113+
{
114+
name => 'nqp-moarvm',
115+
enabled => 1,
116+
language => 'NQP',
117+
compiler => 'nqp',
118+
vm => 'moarvm',
119+
dir => 'nqp-cc',
120+
f_run => [qw( install/bin/nqp nqp-moar-cc.nqp )],
121+
e_run => [qw( install/bin/nqp nqp-moar-cc.nqp -e )],
122+
show_ver => [qw( install/bin/nqp nqp-moar-cc.nqp --version )],
123+
},
113124
{
114125
name => 'rakudo.nqp',
115126
enabled => 1,

0 commit comments

Comments
 (0)