Oxford Oberon-2 Compiler

From Rosetta Code
(Redirected from OBC)
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