head	1.1;
access;
symbols
	tcllib-1-13:1.1
	tcllib-1-12:1.1
	tklib-0-5:1.1
	tcllib-1-11-1:1.1
	tcllib-1-11:1.1
	tcllib-1-10:1.1
	tcllib-1-9:1.1
	tcllib-1-8:1.1
	tcllib-1-7:1.1
	tcllib-1-6-1:1.1
	tcllib-1-6-branch:1.1.0.2
	tcllib-1-6:1.1
	tcllib-1-4-0:1.1;
locks; strict;
comment	@# @;


1.1
date	2003.04.02.21.25.55;	author andreas_kupries;	state Exp;
branches;
next	;


desc
@@


1.1
log
@
	* ../../../examples/struct: Added example applications for usage
	  of longestCommonSubsequence and lcsInvert.
@
text
@This directory contains some examples regarding the usage of struct
funtionality. For example a small diff tool based on

	struct::list longestCommonSubsequence.

=======================================================================

Example operations:

	tclsh ./diff2.tcl diff.tcl diff2.tcl

		Differences between the diff-tools in pseudo-'patch' form.

	tclsh ./diff.tcl diff.tcl diff2.tcl

		Differences between the diff-tools side by side.
@
