The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Parrot::Pmc2c::Library - PMC to C Code Generation

SYNOPSIS

    use Parrot::Pmc2c::Library;

DESCRIPTION

Parrot::Pmc2c::Library is a wrapper around a collection of PMCs linked in the same dynamic library.

Instance Methods

generate_library($library_name, $pmcs)
    Parrot::Pmc2c::Library->generate_library( $library_name, $pmcs );
gen_h

Writes the header file for the library.

gen_c

Writes the C file for the library.

SEE ALSO

tools/build/pmc2c.pl