On Tuesday, 25 February 2014 at 21:05:08 UTC, Jason Macaronie
wrote:
COH = Code object hierarchy.
It would be very cool if we had access to the complete code set
in, say, an associative array:
COH["mymodule"]["myclass"]["myinnerclass"]["foo"][0].ReturnType
This isn't my area of experience, but I believe the design of
compilers would mean that much of this information will be
missing (for example you can't have all the details about a class
while you're building the class)
Your general desire, I believe, is summed up in these two things:
http://forum.dlang.org/post/[email protected]
http://wiki.dlang.org/DIP50