# Transpilers from C++ and C to Fortran

> Source: <https://fortran-lang.discourse.group/t/transpilers-from-c-and-c-to-fortran/11041#post_1>
> Published: 2026-08-06 19:16:53+00:00

I branched from the C to Fortran transpiler to create partial transpilers from C++ and C to Fortran using Codex and Claude.

The mapping of C++ language constructs, including std::mdspan, to modern Fortran is described in the readme and here.
