OO2C: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added Implementation and stub templates)
 
(Fleshed out page with description/links)
Line 1: Line 1:
{{implementation|Oberon-2}}{{stub}}
{{implementation|Oberon-2}}{{stub}}
OO2C is the Optimizing Oberon-2 Compiler.

OO2C compiles Oberon-2 code into ANSI-C. It uses the Boehm garbage collector, as well as libtool (for creating standalone executables).

It is available in Debian/Ubuntu APT repositories.

==External Links==
* [http://ooc.sourceforge.net/index.html OO2C Homepage]
* [http://www.hpl.hp.com/personal/Hans_Boehm/gc/ Boehm GC]
* [http://www.gnu.org/software/libtool/ GNU Libtool]

Revision as of 19:11, 4 October 2008

OO2C is an implementation of Oberon-2. Other implementations of Oberon-2.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

OO2C is the Optimizing Oberon-2 Compiler.

OO2C compiles Oberon-2 code into ANSI-C. It uses the Boehm garbage collector, as well as libtool (for creating standalone executables).

It is available in Debian/Ubuntu APT repositories.

External Links