ecmwf-ifs / loki

Freely programmable source-to-source translation for Fortran
https://sites.ecmwf.int/docs/loki/
Apache License 2.0
22 stars 11 forks source link

Support intfb headers to enrich calls #310

Open reuterbal opened 2 months ago

reuterbal commented 2 months ago

As suggested by @ecossevin , we should add a utility that can parse the interface blocks in .intfb.h header files directly to extract enrichment information for call statements. This could potentially be implemented via the REGEX frontend, thus removing the need to feed this through a full frontend like fparser.