Skip to content

Instantly share code, notes, and snippets.

View emmt's full-sized avatar

Éric Thiébaut emmt

View GitHub Profile
@emmt
emmt / fortran-julia.jl
Created March 28, 2022 08:33 — forked from rafaqz/fortran-julia.jl
Fortran-Julia conversion script
#=
This julia script converts fortran 90 code into julia.
It uses naive regex replacements to do as much as possible,
but the output WILL need further cleanup.
Known conversion problems such as GOTO are commented and marked with FIXME
Most variable declaration lines are entirely deleted, which may or
may not be useful.