|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.learn - Expanded source code
Is there a way to see the source for a D program after the mixins and templates, etc., are expanded? I get occasional error messages saying I've got incompatible types, for example, but the error message only makes sense when I mentally instantiate a template. Is there a way to see this instantiation in print? At what phase of compilation does this occur? Has the code been tokenized? (It's okay with me if it is--I just want to know.) Paul Jun 17 2009
Reply to Paul,Is there a way to see the source for a D program after the mixins and templates, etc., are expanded? Jun 17 2009
BCS escribió:Reply to Paul,Is there a way to see the source for a D program after the mixins and templates, etc., are expanded? Jun 17 2009
Paul D. Anderson Wrote:Is there a way to see the source for a D program after the mixins and templates, etc., are expanded? I get occasional error messages saying I've got incompatible types, for example, but the error message only makes sense when I mentally instantiate a template. Is there a way to see this instantiation in print? At what phase of compilation does this occur? Has the code been tokenized? (It's okay with me if it is--I just want to know.) Paul Jun 18 2009
Paul D. Anderson wrote:Paul D. Anderson Wrote:Is there a way to see the source for a D program after the mixins and templates, etc., are expanded? I get occasional error messages saying I've got incompatible types, for example, but the error message only makes sense when I mentally instantiate a template. Is there a way to see this instantiation in print? At what phase of compilation does this occur? Has the code been tokenized? (It's okay with me if it is--I just want to know.) Paul Jun 19 2009
Ary Borenszweig Wrote:Paul D. Anderson wrote:Paul D. Anderson Wrote:Is there a way to see the source for a D program after the mixins and templates, etc., are expanded? I get occasional error messages saying I've got incompatible types, for example, but the error message only makes sense when I mentally instantiate a template. Is there a way to see this instantiation in print? At what phase of compilation does this occur? Has the code been tokenized? (It's okay with me if it is--I just want to know.) Paul Jun 19 2009
|