www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - How to learn compilers (article)

reply Johan <j j.nl> writes:
Hi all,
   I remember sometimes a message pops up on the forum from 
someone who wants to learn about compilers, about where to start 
learning. Here is a link to a nice article with a number of very 
high quality links to resources for learning about compilers:
https://lowlevelbits.org/how-to-learn-compilers-llvm-edition/

(It is LLVM-oriented, but definitely not limited to it. I'm 
convinced we should add a link to it from LDC's readme on Github.)

cheers,
   Johan
Nov 09 2021
parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Tuesday, 9 November 2021 at 18:51:24 UTC, Johan wrote:
 Hi all,
   I remember sometimes a message pops up on the forum from 
 someone who wants to learn about compilers, about where to 
 start learning. Here is a link to a nice article with a number 
 of very high quality links to resources for learning about 
 compilers:
 https://lowlevelbits.org/how-to-learn-compilers-llvm-edition/

 (It is LLVM-oriented, but definitely not limited to it. I'm 
 convinced we should add a link to it from LDC's readme on 
 Github.)

 cheers,
   Johan
Thanks for sharing! Some real goodies in there
Nov 09 2021