I've now put together the missing pieces and filled the gaps - here we go - an example:

dynclasses/pyfloat.pmc:class_init()

- registers a type mapping Float => PyFloat

t/dynclass/pycomplex_3.pir

- denotes that's using Python HLL by

  .HLL "Python", "python_group"

classes/complex.pmc:absolute()

- uses this type mapping to create a PyFloat for it's result

Please note that due to the changed frozen image of Sub PMCs (added HLL_id) current PBC files have become invalid. Run

  make realclean; perl Configure.pl...

leo

Reply via email to