parrot-nqp

Langue: en

Autres versions - même langue

Version: 2010-09-10 (ubuntu - 24/10/10)

Section: 1 (Commandes utilisateur)

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 high-level 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.