lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
621 stars 76 forks source link

Is it possible to check Fortran code? #92

Open jczhang07 opened 5 years ago

jczhang07 commented 5 years ago

Our library has a Fortran binding and many Fortran users. Fortran is very important to us. Is it possible to check Fortran ABI, for example, by checking Fortran modules and Fortran include files?

Thanks.