Live data from Hacker News

Writing a C Compiler (2017)

norasandler.com

1–10 of 49 posts

Re: Writing a C Compiler (2017)

#3
Here 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”)
Post reply on HN