6 ms·
Writing a C Compiler is really good. I enjoyed myself doing it with Rust and Zig.
by asibahi 2mo ago
Writing a C Compiler is really good. I enjoyed myself doing it with Rust and Zig.
- xqb64 2mo agoYeah. 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.