We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911bc4d commit a24fce5Copy full SHA for a24fce5
compilers.pl
@@ -110,6 +110,17 @@
110
e_run => [qw( ./nqp -e )],
111
show_ver => [qw( ./nqp --version )],
112
},
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
+ },
124
{
125
name => 'rakudo.nqp',
126
enabled => 1,
0 commit comments