Sat Jan 11 15:47:16 1986

This program tests for similar (or equal) stretches in one or more C-programs.
See sim.1

To compile, call "make", which will generate one executable called sim, and
will run two small tests to show sample output.

To install, examine the Makefile and reset BINDIR and MANDIR to sensible
paths, and call "make install"

To change the default run size or the page width, adjust the file params.h
and recompile.

To add another language X, write a file X.l along the lines of clang.l,
extend the Makefile and recompile.  All knowledge about C in located in
clang.l; the rest of the programs expect each C lexical unit to be a single
character.

					Dick Grune
					Vrije Universiteit
					de Boelelaan 1081
					1081 HV  Amsterdam
					the Netherlands
					..!mcvax!vu44!dick
					dick@vu44.UUCP
