On 2012-04-18 16:39, Rizo Isrof wrote:
Thank you for such a detailed overview of the existing approaches - it
helped me a lot to understand the theory. As you suggested, I will
probably use a modified version of the compiler for tests. But in order
to fully understand the implementation details I will try to write my
own extension of D for LDC with `extern(Objective-C)` support.
Thanks again for you answer.
DMD and LDC uses the same frontend so you could study the DMD fork if
you want to. The glue code (connecting the frontend and backend) would
be unique to each compiler.
How about contributing to the DMD fork instead and try to finish it?
--
/Jacob Carlborg