This file contains a list of future developments to LEAP that may or may
not take place. Suggestions are welcomed. Please see the file contact.txt
for contact details.

These are in no particular order.

* Implementation of a two stage parser, with optimisation, to allow
  comparisons to be drawn about specified and optimised queries.

* Implementation of relational integrity constraints, thereby making LEAP
  truly relational.

* Variables for temporary relation names and expressions.

* Data dictionary.

* Caching of tuples (This is currently only performed through the operating
  system functionality, such as SmartDrv etc.)

* Indicies (This is available at the moment, but not fully incorporated).

* Renaming of attributes and relations.

* Query builder - The user would answer prompts, and LEAP would build an
  (unoptimised) query.

* Additional data types (Numbers and Dates)

* Views.

* Ports to other platforms/Operating Systems - A Unix port would enable 
  more advanced dbms features to be incorporated if this is felt appropriate. 
  
