https://bellard.org/tcc/ Probably best know and with loooong beard...
Chibicc: A Small C Compiler
21–30 of 48 posts
Re: Chibicc: A Small C Compiler
#22Re: Chibicc: A Small C Compiler
#23Re: Chibicc: A Small C Compiler
#24https://bellard.org/tcc/ Probably best know and with loooong beard...
This is what I think of when I see Small C as a proper noun.
Re: Chibicc: A Small C Compiler
#25Is there any similar project like this where LLVM IR is used? I’ll start building a language just for fun during weekends and I plan to use LLVM but it is rather hard to understand clang on limited time, so a smaller scale project would be awesome.
Re: Chibicc: A Small C Compiler
#26This looks great, I’ll definitely use it. Is there any similar project like this where LLVM IR is used? I’ll start building a language just for fun during weekends and I plan to use LLVM but it is rather hard to understand clang on limited time, so a smaller scale project would be awesome.
Re: Chibicc: A Small C Compiler
#27Can it compile itself ?
Re: Chibicc: A Small C Compiler
#28Oh 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/
Re: Chibicc: A Small C Compiler
#29This looks great, I’ll definitely use it. Is there any similar project like this where LLVM IR is used? I’ll start building a language just for fun during weekends and I plan to use LLVM but it is rather hard to understand clang on limited time, so a smaller scale project would be awesome.