Contents
========

This is the embedded SQL Translator. The translator consitsts
of the the following components:

driver.adb		    - Top level program, decoding command line
driver.ads                    switches and handing the command line
esql_parser.adb		    - Parser for ESQL. It contains the code 
esql_parser.ads               generation as well.
gnu-db-esql_support.adb	    - This is a support package which is used
gnu-db-esql_support.ads       by the code generated by the ESQL translator.
			      It contains the interface to the ODBC 
			      interface.
main.adb		    - Main prcoedure. This procedure is generated
			      from main_template.adb
main_template.adb	    - Template for the main procedure
options.ads		    - This package contains all option flags. The 
			      option falgs are set by the driver.
scanner.adb		    - Lexical scanner for the embedded SQL
scanner.ads                   translator.
sql_standard.ads	    - This package is required by the ISO/92
			      stabdard.
tables.adb                  - Index tree template. It is used to maintain
			      symbol tables.
tables.ads
