Re: Compile a program into moar vm

2015-01-02 Thread Elizabeth Mattijsen
> On 01 Jan 2015, at 19:36, MAX PUX wrote: > > Excuse me but I can't find the documentation. > Is there a way to compile a perl 6 program to moar vm bytecode? > For example from "example.pl" to "example.moarvm". CompUnit.new(‘example.pl’).precomp will create an ‘example.pl.moarvm’. But there’

Compile a program into moar vm

2015-01-01 Thread MAX PUX
Excuse me but I can't find the documentation. Is there a way to compile a perl 6 program to moar vm bytecode? For example from "example.pl" to "example.moarvm". Thanks, Massimo