> >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
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
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