fortran-src
fortran-src copied to clipboard
Support for INTERFACE in 77extended
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?
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?
yes, I'll take a look at it
@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.