2 The Oz Compiler: ozc

The Oz compiler is extensively documented in ``The Mozart Compiler''. We describe it here in its incarnation as a command line application. It is most frequently invoked as follows:

ozc -c Foo.oz

File Foo.oz is expected to contain an expression which is then compiled and evaluated and the resulting value is written (pickled) into file Foo.ozf.



Denys Duchier, Leif Kornstaedt and Christian Schulte
Version 1.4.0 (20080702)