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