reflection / D's function calling convention?

Thomas Kühne thomas-dloop at kuehne.cn
Wed Nov 1 05:00:54 PST 2006


> I've been tinkering with a reflection module for D.

Attached is rudimental reflection module for D.

limitations:
* only supported on *nix systems (porting to Windows should be straight forward)
* read permissions required in addition to execution permission for finding symbols
* the symbol sizes generated by DMD are defective, thus no class/struct support
* the D calling convention is undocumented, thus unsupported

license:
ZLIB

Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: reflection.zip
Type: application/zip
Size: 5585 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20061101/8cc5c698/attachment.zip>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 155 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20061101/8cc5c698/attachment.pgp>


More information about the Digitalmars-d mailing list