Query: parrot-nqp
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PARROT-NQP(1) Debian GNU/Linux manual PARROT-NQP(1)NAMEparrot-nqp - A Not Quite Perl compiler for ParrotDESCRIPTION"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 high-level way to create transformers for Parrot (especially hll compilers).SYNOPSISparrot-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. Debian Project 2012-04-23 PARROT-NQP(1)