Oh man I used to be a die hard fan of the author's 'turing complete fm[1]' podcast. It seems like he has stopped publishing new episodes, wonder what happened. [1] https://turingcomplete.fm/
Chibicc: A Small C Compiler
41–48 of 48 posts
Re: Chibicc: A Small C Compiler
#42maybe the author can verify, from what I could see it generates assembler files that one should save to a .S file and then can be run with gcc's `cc -o executable file.S`.
Re: Chibicc: A Small C Compiler
#43Awesome project! > When I find a bug in this compiler, I go back to the original commit that introduced the bug and rewrite the commit history as if there were no such bug from the beginning. This is an unusual way of fixing bugs, but as a a part of a book, it is important to keep every commit bug-free. Ooo la la! "Chibicc Vol. II, The Bugs" !? In all seriousness, a book about the bugs would be (IMO) even more fun to…
Re: Chibicc: A Small C Compiler
#44Re: Chibicc: A Small C Compiler
#45Oh man I used to be a die hard fan of the author's 'turing complete fm[1]' podcast. It seems like he has stopped publishing new episodes, wonder what happened. [1] https://turingcomplete.fm/
Nothing in particular has happened to me, but producing a high quality podcast episodes takes time, and I didn't have enough time for doing that.
Re: Chibicc: A Small C Compiler
#46Oh man I used to be a die hard fan of the author's 'turing complete fm[1]' podcast. It seems like he has stopped publishing new episodes, wonder what happened. [1] https://turingcomplete.fm/
Hard to tell. Maybe some die hard fan could shed some light
Re: Chibicc: A Small C Compiler
#47Oh man I used to be a die hard fan of the author's 'turing complete fm[1]' podcast. It seems like he has stopped publishing new episodes, wonder what happened. [1] https://turingcomplete.fm/
Looks like it's a Japanese podcast? Or is there an English version?
Re: Chibicc: A Small C Compiler
#48Awesome project! > When I find a bug in this compiler, I go back to the original commit that introduced the bug and rewrite the commit history as if there were no such bug from the beginning. This is an unusual way of fixing bugs, but as a a part of a book, it is important to keep every commit bug-free. Ooo la la! "Chibicc Vol. II, The Bugs" !? In all seriousness, a book about the bugs would be (IMO) even more fun to…