Compile a program into moar vm
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
Re: Installing dependencies, testing a module
I use "ufo" for this sort of thing when doing development work. $ panda install ufo $ ufo ; # in top level of checked out perl6 project. This creates a makefile, which gives you a "test" target, among other things. (This test target is almost exactly what you have above, though) On Wed, Dec 31