8eec8bdeaf
This is "Not Quite Perl" -- a lightweight Perl 6-like environment for virtual machines. The key feature of NQP is that it's designed to be a very small environment (as compared with, say, perl6 or Rakudo) and is focused on being a high-level way to create compilers and libraries for virtual machines (such as the Parrot Virtual Machine [1] and the JVM). Unlike a full-fledged implementation of Perl 6, NQP strives to have as small a runtime footprint as it can, while still providing a Perl 6 object model and regular expression engine for the virtual machine.
21 lines
1.2 KiB
Text
21 lines
1.2 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2013/09/13 11:16:18 sno Exp $
|
|
bin/nqp
|
|
include/parrot/${PARROT_VERSION}/dynpmc/pmc_nqplexinfo.h
|
|
include/parrot/${PARROT_VERSION}/dynpmc/pmc_nqplexpad.h
|
|
include/parrot/${PARROT_VERSION}/dynpmc/pmc_ownedhash.h
|
|
include/parrot/${PARROT_VERSION}/dynpmc/pmc_ownedresizablepmcarray.h
|
|
include/parrot/${PARROT_VERSION}/dynpmc/pmc_qrpa.h
|
|
include/parrot/${PARROT_VERSION}/dynpmc/pmc_serializationcontext.h
|
|
include/parrot/${PARROT_VERSION}/dynpmc/pmc_sixmodelobject.h
|
|
include/parrot/${PARROT_VERSION}/dynpmc/pmc_stable.h
|
|
lib/parrot/${PARROT_VERSION}/include/nqp_const.pir
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/NQPCORE.setting.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/NQPHLL.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/NQPP5QRegex.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/NQPP6QRegex.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/QAST.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/QASTNode.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/QRegex.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/nqp.pbc
|
|
lib/parrot/${PARROT_VERSION}/languages/nqp/lib/nqpmo.pbc
|
|
lib/parrot/${PARROT_VERSION}/library/ModuleLoader.pbc
|