summaryrefslogtreecommitdiffstats
path: root/tcllib/examples/struct/README
blob: f2927c1323dbdc0b32e3ead94f4ba73ae0dffbfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.