Oxford Oberon-2 Compiler

From Rosetta Code
Revision as of 02:47, 25 October 2008 by rosettacode>Mwn3d (Links, compiler template)
Oxford Oberon-2 Compiler is an implementation of Oberon-2. Other implementations of Oberon-2.
Oxford Oberon-2 Compiler is an example of a compiler. You may find the programming tasks that have been solved using it here.

OBC is the Oxford Oberon-2 Compiler.

It is written in OCaml (with C for the runtime) by Mike Spivey. It uses the Boehm garbage collector.

External Links