Hacker News new | ask | show | jobs
by asibahi 17 days ago
Writing a C Compiler is really good. I enjoyed myself doing it with Rust and Zig.
1 comments

Yeah. I did it in Rust only, but went a bit farther than the book and implemented some constructs that were not found in the book. I was able to compile my other compiler written in C with the C compiler I had written in Rust.