NAME ^

pirout.c - Back-end for outputting PIR.

new_target()

add_target()

*/

static void add_target(emit_data *data, target *t) { t->next = data->targets; data->targets = t; }

/*

API ^

init_pir_vtable()

Creates a vtable for the PIR emitting module, and then this vtable is set into the parser_state struct.


parrot