fortran-src icon indicating copy to clipboard operation
fortran-src copied to clipboard

Support for INTERFACE in 77extended

Open traveltissues opened this issue 6 years ago • 3 comments
trafficstars

Hi, we have some legacy code in the 77 standard that uses interfaces to return arrays from function calls. Can we add support for this in the extended 77 parser or will that cause too much divergence?

traveltissues avatar Mar 19 '19 14:03 traveltissues

It's a good question. Initial thought is 'why not?' as the extended parser is meant for such things.

Are you intending to make the change?

mrd avatar Mar 26 '19 17:03 mrd

yes, I'll take a look at it

traveltissues avatar Mar 27 '19 08:03 traveltissues

@mrd I haven't been actively working on this project for some time so it's unlikely I'd send a pr for this in the near future.

traveltissues avatar Oct 30 '19 16:10 traveltissues