2 Usage

2.1 Sample Session

To start an interactive session enter

 % emacs test.ozsml  

Note that the standard extension for OzSML files is .ozsml.

Try

val x = 2; 

and feed the line with M-l to the SML to Oz Compiler.

Then you should get something like this

You can show the result in the Oz Browser with

show x;

2.2 Emacs/XEmacs Shortcuts

M-RET

Feed the current buffer to the Compiler

C-c C-p

Feed the current region to the Compiler

M-l

Feed current line to the Compiler

C-c C-c

Change to Oz Compiler Buffer

C-c C-e

Change to Oz Emulator Buffer


Andreas Simon and Gerhard Schneider
Generated on Thursday, November 26th 1998, 23:35:31