home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
001-099
/
ff091.lzh
/
adlcomp
/
README
< prev
next >
Wrap
Text File
|
1987-07-08
|
549b
|
16 lines
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.