Hacker News new | ask | show | jobs
by JonChesterfield 804 days ago
Towards the end is a link to a C compiler built for this project. https://github.com/imihajlow/ccpu-cc. Seems to have a linker and a libc as well. I have no real understanding of how complicated the hardware design part is but casually throwing a C compiler together is great.
1 comments

A C compiler written in Rust, in which the lang_c crate is used to parse the language.