Projects tagged ‘gcc’ and ‘language’


[5 total ]

2547 Users
   

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,...).
Created over 3 years ago.

23 Users
   

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.
Created over 2 years ago.

2 Users

ooc is an object-oriented programming language that translates to C by the means of an intermediate compiler. For more details about the language see the LanguageSummary page in the wiki. Because ... [More] it's translated to C, it's very portable & ubiquitous, and, well.. nearly as fast as C (e.g. no Virtual Machine). Also, it's very simple to see how the language works "under the hood". Graphical step-by-step compiling tools have been made available, to experiment with adding new features to the compiler or fixing existing bugs. The standard library is still in development, for now it's inspired by Java's standard APIs (e.g. for Collections). For an overview of the progress, see the examples/ folder in the SVN. You are welcome to write code in ooc! push the compiler to its limits ;) [Less]
Created 9 months ago.

1 Users
   

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 ... [More] certain operating systems – even on those systems –, 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]
Created about 1 year ago.

0 Users

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 ... [More] code. Cmm also implements some other optional C++ extensions - an alternative declaration syntax, embedded functions, python-style indentation and reflection support. [Less]
Created over 2 years ago.