What does the Ada-C/C++ changer tool consist of?

What does the Ada-C/C++ changer tool consist of?

This tool uses the same Ada 95 font end that is used by Green Hills, Aonix, Analog Devices and Raytheon for their validated Ada 95 compilers. The C-generating “emitter” is used on daily basis both in-house and at customer sites, compiling millions of lines of Ada 95 code.


    • Related Articles

    • Can Ada-C/C++ Changer tool be used outside of AppCOE IDE?

      Yes. There is no need for everyone to use AppCOE to do Ada to C/C++ conversion, if you wish, the tool can be used outside of the AppCOE with our standalone tools for Ada compile/conversion. Even if you choose to use the AppCOE tool initially, you can ...
    • How does Ada-C/C++ Changer handle run-time errors?

      Ada language, by default, automatically handles various run-time errors that are not handled by the application. It is recommended that the Ada code be first inspected manually or using Ada Inspector tool to ensure there is enough error handling code ...
    • Could you please explain about Ada-C/C++ Changer Tool Tuning?

      Every time that we use the tool to complete a project, we make adaptations to it based on the language constructs used in the source system and the desired target output (including desired coding standards, architecture, language, target language ...
    • Could you please explain about Ada-C/C++ Changer Tool Tuning?

      Every time that we use the tool to complete a project, we make adaptations to it based on the language constructs used in the source system and the desired target output (including desired coding standards, architecture, language, target language ...
    • Why should an automated conversion tool first compile the Ada code?

      For any automated conversion method you will require that the Ada source code be compilable by the tool. Unless you can compile Ada source code, there is really no way to know what it is doing. For example, in Ada, something as simple as "F(X)" can ...