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

use Parrot::Pmc2c::Library;

Parrot::Pmc2c::Library is a wrapper around a collection of PMCs linked in the same dynamic library.
generate_library($library_name, $pmcs)Parrot::Pmc2c::Library->generate_library( $library_name, $pmcs );
gen_hWrites the header file for the library.
gen_cWrites the C file for the library.
