Partial C to Fortran translator by David Frank
-
Updated
Apr 12, 2025 - Fortran
Partial C to Fortran translator by David Frank
A simple transpiler project that converts source code written in C to D code. The conversion takes place through a series of steps, including lexical, syntactic, and semantic analysis. The final result is a D code equivalent to that written in C.
A CODEV Macro-Plus transpiler
August Miller's tool to convert Fortran fixed source form to free source form to be compatible with ELF90
Partial translator from C to Fortran in Python. Works for only a few simple programs.
Partial Fortran to C++ translator in Python
Quick and dirty Python code execution in command-line pipes without manually dealing with newlines and indentation
Add a description, image, and links to the transpiler-for-casual-use topic page so that developers can more easily learn about it.
To associate your repository with the transpiler-for-casual-use topic, visit your repo's landing page and select "manage topics."