parrotcode: PMC to C Code Generation | |
Contents | Perl Modules |
Parrot::Pmc2c - PMC to C Code Generation
use Parrot::Pmc2c;
Parrot::Pmc2c
is used by tools/build/pmc2c.pl to generate C code from PMC files.
body($method, $line, $out_name)
$line
is used to accumulate the number of lines, $out_name
is the name of the output file we are generating.decl($classname, $method, $for_header)
$for_header
indicates whether the code is for a header or implementation file.proto($type,$parameters)
rewrite_nci_method($self, $pmc )
rewrite_vtable_method($self, $pmc, $super, $super_table)
full_arguments($args)
INTERP, SELF
to $args
.
|