[4 total ]
The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).
GDC is a D language front end for the GNU Compiler Collection. It supports a number of targets and nearly all features of Digital Mars D.
The GNU Pascal Compiler (GPC) is, as the name says, the Pascal compiler of the GNU family. This means:
GPC is a 32/64 bit compiler,
does not have limits like the 64 kB or 640 kB limit known from certain operating systems – even on those systems
... [More]
–,
runs on all operating systems supported by GNU C nd more (note: the runtime system only supports ASCII based systems; that includes almost all of today's systems, but a few IBM machines still use EBCDIC; on those, the compiler might run, but the runtime support might need major changes),
can act as a native or as a cross compiler between all supported systems,
produces highly optimized code for all these systems,
is Free Software, is compatible to other GNU languages and tools such as GNU C and the GNU debugger. [Less]
Cmm is a command-line programme that adds support for multimethods to C++. It does this by working as a translator for a C++ language extension, reading in Cmm source code and outputing C++ source code.
Cmm also implements some other optional C++
... [More]
extensions - an alternative declaration syntax, embedded functions, python-style indentation and reflection support. [Less]