parrotcode: Generates the ObjectRef PMC | |
Contents | Language Implementations | Perl6 |
gen_objectref_pmc.pl - Generates the ObjectRef PMC
% perl gen_objectref_pmc.pl pmc_template output_file
Takes a template for the ObjectRef PMC, and fills in the missing v-table methods with methods that simply delegate them to the held value.
|