Menu

#560 Ada support

Undefined
open
nobody
None
Feature_Request
2017-09-12
2017-09-08
No

add Ada support more integrated

Discussion

  • Teodor Petrov

    Teodor Petrov - 2017-09-08

    What do you mean by more integrated?

     
  • Martin Strunz

    Martin Strunz - 2017-09-09

    there are several things possible
    - a project template for Ada like Fortran

    • a integration of ada gcc compilet
     
  • Teodor Petrov

    Teodor Petrov - 2017-09-09

    Ok, these are features that could be done without c++ coding, so it should be an easy project for contribution.
    1. The template is a simple squirrel script, another template could be used as a reference
    2. The compiler could be difined in a xml file. This would be possible only if the ada language is compiled the same as c/c++: there are separate steps for compilation of source files to object files and final linking step that combines all object files to the final executable.

    Unfortunately non of the core devs does any ada programming, so it is not very likely that support for ada will be added any time soon.

     
  • Martin Strunz

    Martin Strunz - 2017-09-09

    The Ada compiler is part of the gcc suite and can be easily installed for example with mingw. Ada source files have the extension adb.
    I try to add squirrel script soon.

     
  • Martin Strunz

    Martin Strunz - 2017-09-11

    first version of ada project template

     
  • Martin Strunz

    Martin Strunz - 2017-09-11

    first version gnat ada compiler (gcc)

     
  • Martin Strunz

    Martin Strunz - 2017-09-11

    Ada hello world program

     
  • Teodor Petrov

    Teodor Petrov - 2017-09-11

    What do you mean by first version? Do you plan to improve it in the near future?

     
  • Martin Strunz

    Martin Strunz - 2017-09-12

    Try to update stuff regularly.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.