- Home
- Computer
- Programming
- Chasm: Language Interoperability Tools
Computer · Programming
Chasm: Language Interoperability Tools
Listed in the directory · updated 20 Jul 2022
About Chasm: Language Interoperability Tools
Chasm: Language Interoperability Tools- Tool to improve C++ and Fortran 90 interoperability. Chasm parses Fortran 90 source code and automatically generates C++ bridging code that can be used in C++ programs to make calls to Fortran routines. It also automatically generates C structs that provide a bridge to Fortran derived types. Chasm supplies a C++ array descriptor class which provides an interface between C and F90 arrays. This allows arrays to be created in one language and then passed to and used by the other language.