⚠️ Warning: This is a draft ⚠️
This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.
If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.
{{implementation|Oberon-2}}{{Compiler}} 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.
==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]