*GNAT - the GNU Ada Translator* - Ada 95/05 compiler, part of GCC

The Ada front end for GCC started out life outside of the FSF GCC tree as a projected funded by the (now defunct) Ada Joint Program Office (AJPO). In the 90's the AJPO funded NYU to develop an Ada 95 compiler. GNAT was merged into the FSF tree and became stable within that tree sometime in the late GCC 3.X series.

General information about Ada and to a large extent GNAT can be found at the wikibooks Ada page.


How do I download/install GNAT on my system?


No. GNAT does not and never did translate Ada code to C code. It translates Ada in the same way that the C front end translates C. Further adding to this confusion is the fact that earlier versions of GNAT did create a single .c file to call the elaboration code of each of the Ada packages but at no time was any of the user code translated into C.

The Ada language standard is maintained by the International Organization for Standardization (ISO). While there are periodic clarifications released by the working group that maintains the language on a regular basis, these tend to be relatively minor (from a user's point of view) improvements to the language and standard library. The standard is however being updated with more substantial changes that will likely be formally documented in a new standard release within the next year. This is currently being called Ada 2005.

Many of the features of Ada 2005 are being rolled into GNAT.

None: GNAT (last edited 2008-01-10 19:38:52 by localhost)