Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

r8225 - HLL support 6 - type mappings

1 view
Skip to first unread message

Leopold Toetsch

unread,
May 31, 2005, 11:54:04 AM5/31/05
to Perl 6 Internals
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

0 new messages