OO2C
From Rosetta Code
Implementation
This is an implementation of Oberon-2.
You may find other implementations of this language at Category:Oberon-2 Implementations.
OO2C is the Optimizing Oberon-2 Compiler. It was written by Michael van Acken.
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.

