Show HN: A C Compiler written with help of Claude
By int0x80 · 2026-09-12 · 3 points · 0 comments
https://github.com/Javier-Barrio/myCC/tree/main
For fun, I wrote a c compiler (non-optimizing) in Java targeting modern C (C23) using claude. I developed a c shell similar to jshell in java. The compiler also bundles a built in an assembler for x86. A linker is planned for end-to-end compilation. There is still a lot of work…
Open the full discussion on BetterNews