Allison Randal > parrot > Parrot::Embed

Download:
parrot-1.0.0.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Module Version: 20081006   Source  

NAME ^

Parrot::Embed - use Parrot from Perl 5

VERSION ^

Version 20081006

SYNOPSIS ^

  use Parrot::Embed qw(Parrot_revision);

DESCRIPTION ^

This module embeds libparrot in Perl 5 programs. You can load Parrot bytecode, compile your own code, and call Parrot subroutines and send and receive values to them.

It provides the core implementation used by the Parrot::Interpreter module. Do consider using Parrot::Interpreter first however. See also Parrot::PMC.

This module provides no user-inspectable code.

AUTHOR ^

chromatic, <chromatic at wgz.org>

BUGS ^

Please report any bugs or feature requests to the Parrot Porters mailing list. Someday there may be a CPAN version of this code. Who knows?

COPYRIGHT & LICENSE ^

Copyright (C) 2006-2008, Parrot Foundation / chromatic.

This program is free software; you can redistribute it and/or modify it under the same terms as Parrot itself.