# Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1988.

===========================================================================
=  The Directory Structure of Release 1.00 of the Implementation of ABC.  =
===========================================================================

=
= editor-interpreter directories:
=

b	low level support (memory grabbing, option handling, etc)

bhdrs	interface include files for same

bed	editor source files

ehdrs	editor include files

bint1	interpreter module for compound and number values

btr	module for text, list and table values, using B trees

lin	module for text, list and table values, using linear structures

bint2	interpreter parser

stc	static type check

bint3	interpreter runtime system

ihdrs	interpreter include files

bio	support for -[iolrR] options (interface with operating system)

uhdrs	unix specific header files

unix	unix specific source files

=
= other directories:
=

keys	source for utility abckeys (abc -k)

ukeys	default keys definition files for some terminals

scripts	shell scripts for installation

boot	booting editor source files with grammar info

ex	example B workspaces

doc	documentation

tc	public domain sources for the termcap library needed by the editor
