Re: HLL type mappings and PIR

2005-10-11 Thread Roger Browne
> >Parrot_get_HLL_id > >Parrot_register_HLL_type > >Parrot_get_ctx_HLL_type > > ...Is there any way to set and use these HLL type mappings from PIR? > > Not yet. Syntax proposals welcome. Um, 3 new opcodes? get_lang_id(out INT, in STR) Return an integer id $1 for the HLL na

Re: HLL type mappings and PIR

2005-10-11 Thread Leopold Toetsch
Roger Browne wrote: In a PMC you can set and use HLL type mappings using these calls: Parrot_get_HLL_id Parrot_register_HLL_type Parrot_get_ctx_HLL_type I've been using these in some experimental PMCs, with good results. Is there any way to set and use these HLL type mappings from PIR

HLL type mappings and PIR

2005-10-11 Thread Roger Browne
In a PMC you can set and use HLL type mappings using these calls: Parrot_get_HLL_id Parrot_register_HLL_type Parrot_get_ctx_HLL_type I've been using these in some experimental PMCs, with good results. Is there any way to set and use these HLL type mappings from PIR? Regards, Roger Brow