Need better COH
Jesse Phillips
Jesse.K.Phillips+D at gmail.com
Tue Feb 25 19:48:47 PST 2014
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/aiipgaqyddjijpjiulfu@forum.dlang.org
http://wiki.dlang.org/DIP50
More information about the Digitalmars-d
mailing list