Hi Codelite developer(s),
I'm trying to find a good setup for mixed C++/Fortran on a Mac M1 and unfortunately there are no easy options.
I love how well Codelite works on Mac, and its rich set of features; so if doable, one solution would be that I help out adding more fortran features to Codelite.
From some tests, Fortran support seems limited to "old-style" fortran basically by allowing single files to be compiled with no file inter-dependencies,
while modern Fortran makes heavy usage of classes and modules very much like C++.
Other open-source IDEs like Codeblocks offer such functionality via plugins, but do not work on a Mac; so if I have to choose, I'd rather support Codelite which supports Macs natively.
So I was wondering:
1) how much effort would this take. I think the first thing to do would be to add Fortran among GCC's default languages, and most importantly a Fortran parser and dependency tree builder for the Fortran files, would that take days, weeks, months?
2) In that case, where should I get started from (what classes)?
Thank you in advance,
Federico