Re: Interest in Contributing Diagnostic System to GCC

2025-02-03 Thread JohnyTheCarrot via Gcc
wrote: > On Mon, 2025-02-03 at 09:46 +, JohnyTheCarrot via Gcc wrote: > > > Dear GCC Developers, > > > Hi Tuur > > > I'm in the process of writing my own C compiler for educational > > purposes. > > To this end, I have decided to integrate i

Re: Interest in Contributing Diagnostic System to GCC

2025-02-03 Thread JohnyTheCarrot via Gcc
Dear Basile and other GCC friends, I may have not been clear about the purpose of my code. It does not analyze code, it merely formats / constructs diagnostics for printing to a terminal. I am looking to perhaps contribute the format or presentation of this tool to GCC as an option, utilizing th

Interest in Contributing Diagnostic System to GCC

2025-02-03 Thread JohnyTheCarrot via Gcc
Dear GCC Developers, I'm in the process of writing my own C compiler for educational purposes. To this end, I have decided to integrate into my compiler my own C++ port ( https://github.com/johnythecarrot/mjolnir ) of the Rust crate Ariadne ( https://github.com/zesterer/ariadne ) which provides