I have created a C compiler that has improved features on safety and defined behavior. I am not an expert in Rust, not in compiler construction. How have I done it?
Introduction
In this post I am going to show how it is possible to create software where your knowledge of the domain and my Rust programming language skill are both limited. I will show how with a good spec, a validation process, and a Large Language Model (LLM) it can be done.
[Read More]