Oberon || Release 0.5 || Library || Full Module Index || Search Engine


Ulm's Oberon Library:
Major Layers


unix sys fpbase tasks fp if conf base
base
General abstractions and mechanisms together with their system-independent implementations.
conf
Contains two modules which represent the actual installation.
fp
Several modules which depend on the floating point processor. This layer offers some fp-independent interfaces which are imported by the fpbase layer.
fpbase
Like base but these modules are free to import from fp.
if
Collection of modules which are known to the compiler, i.e. Ulm's Oberon Compiler generates code which use the interfaces of this layer.
math
Collection of mathematical functions which depend on the floating point processor (see fp) and system-dependent stuff (see sun).
sun
These modules interface system calls of SunOS 4.1.
tasks
Like base but these modules require Ulm's coroutine scheme to be supported.
unix
This layer provides UNIX-specific implementations of system-independent abstractions (see base) which are free to use system calls (see sun).

Oberon || Release 0.5 || Library || Full Module Index || Search Engine


Andreas Borchert, Sektion Angewandte Informationsverarbeitung, Universität Ulm