Jump to content

GNAT: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 2: Line 2:
GNAT is a free-software compiler for the Ada programming language which forms part of the GNU Compiler Collection. It supports all versions of the language, i.e. Ada 2005, Ada 95, Ada 83 and Ada 2012. Originally its name was an acronym that stood for GNU NYU Ada Translator, but that name no longer applies. The front-end and run-time are written in Ada.
GNAT is a free-software compiler for the Ada programming language which forms part of the GNU Compiler Collection. It supports all versions of the language, i.e. Ada 2005, Ada 95, Ada 83 and Ada 2012. Originally its name was an acronym that stood for GNU NYU Ada Translator, but that name no longer applies. The front-end and run-time are written in Ada.


====Known GNAT libraries and bindings====
*[[PM Bindings for GNAT]]
*[[Ada (GNAT) bindings to the OS/2 API]]


==Version==
==Version==

Revision as of 09:10, 11 December 2014

Description

GNAT is a free-software compiler for the Ada programming language which forms part of the GNU Compiler Collection. It supports all versions of the language, i.e. Ada 2005, Ada 95, Ada 83 and Ada 2012. Originally its name was an acronym that stood for GNU NYU Ada Translator, but that name no longer applies. The front-end and run-time are written in Ada.

Known GNAT libraries and bindings

Version

  • Latest Version: Version 3.15p (2002/11/24)

Links

License

  • Open Source - Current toolchain is licensed under the GNU GPL v3 License while libraries and runtime is licensed under the GMGPL. Older versions were licensed under the GNU GPL v2 License including libraries and runtime.

Author

  • Ported by David Parsons

Related Articles

Publications