PARROT-NQP(1)
NAME
parrot-nqp - A Not Quite Perl compiler for Parrot
DESCRIPTION
"Not Quite Perl" (NQP) is a compiler for quickly generating PIR
routines from Perl6-like code. The key feature of NQP is that it's
designed to be a very small compiler and is focused on being a highlevel way to create transformers for Parrot (especially hll compilers).
SYNOPSIS
parrot-nqp [-options] <file>
OPTIONS
- --encoding
- Specify the encoding of the input file.
- -h, --help
- Print a summary of command-line options.
- -o outputfile, --output=outputfile
- Specify a filename for the resulting compiled code.
- -v, --version
- Display the version of Parrot used to build the compiler.