[README] Tutorial 01

This example implements a simple calculator. It reads expressions of
the form "Int op=+|-|*|/ Int" from stdin. 
An empty line as well as the input "<ctrl>c" stops the process.

Use the shell script 'mx' to create the executable. 

Execute the program by 'calctut'.
