nqp-m - Not Quite Perl Compiler
Contents
Description
With no arguments, enters a REPL. With a "[programfile]" or the "-e" option, compiles the given program
and by default also executes the compiled code.
-e program one line of program
-h, --help display this help text
--target=[stage] specify compilation stage to emit
-t, --trace=[flags] enable trace flags
--encoding=[mode] specify string encoding mode
-o, --output=[name] specify name of output file
-v, --version display version information
--stagestats display time spent in the compilation stages
--ll-exception display a low level backtrace on errors
Note that only boolean single-letter options may be bundled
Moarvm Options
To specify options to the underlying MoarVM virtual machine, you must explicitly run "moar"; you cannot
specify these options by using the "perl6" executable.
moar [--crash] [--libpath=...] input.moarvm [program args]
See "moar --help" for a list of valid MoarVM options.
Name
nqp-m - Not Quite Perl Compiler
Synopsis
nqp-m [switches] [--] [programfile] [arguments]
