Walter's talk on D backend

Walter Bright newshound2 at digitalmars.com
Sun Sep 22 08:39:01 UTC 2024


On 9/20/2024 12:17 PM, Dibyendu Majumdar wrote:
> It seems to me that Walter may have based his original implementation on the C 
> compiler by Dennis Ritchie.

That would be pure coincidence because I have never seen the code for Ritchie's 
implementation. Or maybe great minds think alike :-)

But I did carefully read the Pascal compiler source code printed in BYTE 
magazine in the 1970's.


>      The basic organization is simple: a depth-first scan of the tree.

That's how the Tiny Pascal compiler worked, how D's CTFE works, how my 
Javascript implementation worked, etc.



More information about the Digitalmars-d mailing list