./		- Main LEAP Directory

leap.exe	- LEAP binary
readme.txt	- Quick Summary/Quick Start
file_id.diz	- Description file of LEAP for BBS's
leap.txt	- Introduction to LEAP
upgrade.txt	- Upgrade notes
copying		- GNU General Public License - Read this in its entirety
		  to determine what you can and can't do!

docs/		- Documentation and information

files.txt	- This file
contact.txt	- Contact information
changes.txt	- Change History from version to version
comment.txt	- A form asking for your comments about LEAP.
distrib.txt	- Distribution guidelines/restrictions
		  & Warranty conditions
inoten.txt	- Textual overview of LEAP which was
		  released onto the Internet
leap.doc	- User documentation (Word 6)
leapb09.zipc	- User documentation from LEAP B0.9a (Compressed)
leap.asc	- ASCII Text version of current user documentation.
location.txt	- Internet sites where the current version
		  of LEAP may be found.
readme.txt	- A brief overview of LEAP

database/	- LEAP data directory

master		- Master database
user		- User (default) database
stanczyk	- Database containing examples
		  from S.Stanczyk's "Theory and Practice of
		  relational databases"
date		- Database containing examples from
		  C.J.Dates "An introduction to Database Systems"
korth		- Database containing examples from Korth & Silberschatz's
		 "Database System Concepts".

reports/	- Log file location
report.txt	- LEAP log file

html/		- Hyper Text Markup Language files from the
		  LEAP home page, for viewing on your un-wired
		  computer if you're curious about whats on the
		  LEAP home page. (Most recent version is always
		  at http://www.brookes.ac.uk/~e0190404/leap.html)

src/		- LEAP Pascal source files

README.TXT	- Information about source structure etc.
CACHING.PAS	- Caching unit
INFORM.PAS	- Information unit
DTYPES.PAS	- Global Data types
RT_STACK.PAS	- Relation Stack
RELATION.PAS	- Relations
LEAP.PAS	- Main program
RTIONAL.PAS	- Relational operators
INDEX.PAS	- Index support
HASHING.PAS	- Hashing support
UTILS.PAS	- Useful utilities
DBASE.PAS	- Database
FIELDS.PAS	- Attributes (fields)
TUPLES.PAS	- Tuples
PANIC.PAS	- Memory shortage handling
DCOMPARE.PAS	- Data type comparison
PARSER.PAS	- Parser operations
P_STACK.PAS	- Parser stack
DATADICT.PAS	- Data dictionary routines


