This directory contains the lengthy wristwatch example described in

"An Esterel Compiler for a Synchronous/Reactive Development System"
Stephen Edwards' Masters report. Also ERL Memo UCB/ERL M94/43.
June 16, 1994	85 pages

which can be found in ftp://ic.eecs.berkeley.edu/pub/sedwards

To compile it, you will need the latest version of my Esterel compiler
"est," which can be found at the same site.  You will also need an
ANSI C compiler, such as GNU's gcc.

Two versions of the wristwatch can be compiled:

* a simple text-based command-line interface (make watchc)

* a spiffy graphical X11 user interface (make watch)
	This  version requires the Tcl/Tk package to be installed, available
	from  ftp://ftp.cs.berkeley.edu/ucb/tcl

Look at the Makefile to see that the various paths are correct, and then
"make watch" or "make watchc" as appropriate.

This is not the most stable code.  Bug reports are appreciated.

-Stephen Edwards
sedwards@eecs.berkeley.edu
sedwards@alumni.caltech.edu
