			==========================
			DEMO DIRECTORY README FILE
			==========================

The following demos are available in this directory:

	(0)	demo0.ads	A simple stack package
		demo0.adb
	
	(1)	demo1.ads	A stack package with some 
		demo1.adb	overloading

	(2)     demo2.ads	A simple linked list package
		demo2.adb

	(3) 	demo3.ads	A generic stack package
		demo3.adb

	(4)	demo4.ads	A ring (circular list) package
		demo4.adb

	(5)     demo5.ads	A stack of stacks package
		demo5.adb

In addition to the above files, the directory contains:

		easy_io.ads	A simple I/O package used by some of
		easy_io.adb	the demos

		drgen.ads	Library routines needed by the drgen
		drgen.adb	tool; these files must be compiled
				with any package that you wish to use
				drgen with.