-- CToMesa.config, created by Crowley 10-Nov-82 10:33:03

CToMesa: CONFIGURATION
	IMPORTS
		Exec, Stream, MStream, Format, Runtime, String,
			Heap, Transaction, Space
	CONTROL Main =
	
	BEGIN
		Main;
		Scanner;
		Parser;
		ParseTables;	-- parse tables are here, produced by PGS
		ParseDclsImpl;
		ParseStmtsImpl;
		ParseExpr1Impl;
		ParseExpr2Impl;
		TreesImpl;
		PrintingImpl;
		PrintDclsImpl;
		PrintStmtsImpl;
		PrintExprImpl;
		SymbolTableImpl;
		StorageImpl;
	END.