Tag: software
-
Working through ‘Writing A C Compiler’ – Introduction
The introduction covers a lot of important stuff about implementing the compiler. Platforms The book is setup to work on Linux and Mac. I am a primarily Windows dev (ex MSFT employee), I do a fair amount of contributions to rust projects and so do stuff on all three platforms, but Windows is where I…