DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦0d7c290c8⟧ TextFile

    Length: 549 (0x225)
    Types: TextFile
    Names: »README«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Adl/adlcomp/README« 

TextFile

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.