Writing a C Compiler (2017)
norasandler.com
Writing a C Compiler (2017)
1–10 of 49 posts
Re: Writing a C Compiler (2017)
#2Book version to be released in October '23 : https://nostarch.com/writing-c-compiler
Re: Writing a C Compiler (2017)
#3Here is how to write a C compiler in Python that correctly compile the vast majority of C programs per the ISO C standard:
print(“You have some form of undefined behavior, which means printing this is a valid response per the C standard”)Re: Writing a C Compiler (2017)
#4[flagged]
Re: Writing a C Compiler (2017)
#5[flagged]
getting college essay vibes from this comment
Re: Writing a C Compiler (2017)
#6Has anyone worked through this? Is it a good (soon to be) book?
Re: Writing a C Compiler (2017)
#7Re: Writing a C Compiler (2017)
#8IMHO writing a compiler for a high-level language, in an even higher level language, somehow feels a bit "anachronistic" (for lack of better word).
Re: Writing a C Compiler (2017)
#9IMHO writing a compiler for a high-level language, in an even higher level language, somehow feels a bit "anachronistic" (for lack of better word).
Most of the current major C implementations are written in C++.
Re: Writing a C Compiler (2017)
#10IMHO writing a compiler for a high-level language, in an even higher level language, somehow feels a bit "anachronistic" (for lack of better word).
For what reason?