Skip to content

Instantly share code, notes, and snippets.

@droodman
droodman / fortran-julia.jl
Created July 9, 2023 21:40 — 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.