Oxford Oberon-2 Compiler

From Rosetta Code
Revision as of 22:50, 10 January 2010 by 86.134.141.74 (talk) (Correction from Spivey)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 formerly used the Boehm garbage collector, but now includes its own storage manager.

External Links