Chasm: Language Interoperability Tools



All Links

Share this:

Details of Chasm: Language Interoperability Tools

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.