Bass wrote:
Tom S Wrote:

How is compilar formed? How is compilar formed? How executable get maked?

Well, it (the D code) is simply converted to HLA (High Level Assembler) files.
HLA take it from there and compile it into .obj files.
From there you can bassically choose your favourite linker to create exe etc.

..and HLA uses NASM,FASM,... to create the obj files, right ?

I would call it Managed D.

Björn

Reply via email to