A Compiler Writing Journey
github.com
A Compiler Writing Journey
1–10 of 23 posts
Re: A Compiler Writing Journey
#2Re: A Compiler Writing Journey
#3Re: A Compiler Writing Journey
#4How much of Claude was used?
Re: A Compiler Writing Journey
#5Very cool! I can’t imagine writing everything in C, I’m currently learning this in OCaml which seems nicer for a project like this.
Re: A Compiler Writing Journey
#6Re: A Compiler Writing Journey
#7Re: A Compiler Writing Journey
#8Having it all in C brings back memories from "Compiler Design in C" a famous book for its time, printed in 1990. https://holub.com/compiler/
It is called Practical Compiler Construction. The Compiler Writing Journey is based on it.
Re: A Compiler Writing Journey
#9Very cool! I can’t imagine writing everything in C, I’m currently learning this in OCaml which seems nicer for a project like this.
?
Re: A Compiler Writing Journey
#10Having it all in C brings back memories from "Compiler Design in C" a famous book for its time, printed in 1990. https://holub.com/compiler/
I wrote a book in its spirit in 2012 with a second edition in 2022: http://t3x.org/reload/ It is called Practical Compiler Construction. The Compiler Writing Journey is based on it.