This directory contains the sources for adlcomp(6).
The files in this directory are as follows:

	adlcomp.c		--	Main program for adlcomp
	adllex.c		--	Lexical analyzer for adlcomp
	adlglob.c		--	Global variables
	adlmisc.c		--	Miscellaneous goodies
	adlmsg.c		--	Message writing routines
	adlobj.c		--	Object manipulations.
	codegen.c		--	One pass code generator for routcomp.c
	compdict.c		--	Symbol table routines
	predef.c		--	Predefined tokens for adlcomp
	routcomp.c		--	Routine compiler

To make adlcomp, simply type "make" in this directory.
