How I wrote a self-hosting C compiler in 40 days
1–10 of 128 posts
Re: How I wrote a self-hosting C compiler in 40 days
#2Re: How I wrote a self-hosting C compiler in 40 days
#3Re: How I wrote a self-hosting C compiler in 40 days
#4Re: How I wrote a self-hosting C compiler in 40 days
#5Thought this was going to be an inspiration to me to continue with my pet project of writing my own little programming language. But it starts off on day 8 with him already having written a basic compiler, with no explanation of how he did any of the basics. Still interesting, just not what I thought it was.
Re: How I wrote a self-hosting C compiler in 40 days
#6Thought this was going to be an inspiration to me to continue with my pet project of writing my own little programming language. But it starts off on day 8 with him already having written a basic compiler, with no explanation of how he did any of the basics. Still interesting, just not what I thought it was.
Re: How I wrote a self-hosting C compiler in 40 days
#7Re: How I wrote a self-hosting C compiler in 40 days
#8Thought this was going to be an inspiration to me to continue with my pet project of writing my own little programming language. But it starts off on day 8 with him already having written a basic compiler, with no explanation of how he did any of the basics. Still interesting, just not what I thought it was.
Are you done with that part yet?
Re: How I wrote a self-hosting C compiler in 40 days
#9Thought this was going to be an inspiration to me to continue with my pet project of writing my own little programming language. But it starts off on day 8 with him already having written a basic compiler, with no explanation of how he did any of the basics. Still interesting, just not what I thought it was.
From the first entry:
> Implementing these features is easy because this is the second time for me.
Re: How I wrote a self-hosting C compiler in 40 days
#10"Day 52
I was looking for a mysterious bug for three days: ..."