-- ThreeC4.config
-- Last Edited by: Sturgis, May 9, 1986 4:09:01 pm PDT
-- Shoup, July 24, 1986 4:14:38 pm PDT
ThreeC4: CONFIGURATION IMPORTS Commander, Convert, FS, IO, Rope, OneCasabaParser, ProcessProps, List, ThreeC4Support CONTROL ThreeC4CentralImpl, ThreeC4Driver =
BEGIN
ThreeC4RootAbGramImpl;
ThreeC4RootImplImpl;
ThreeC4ModItemAbGramImpl;
ThreeC4ModItemImplImpl;
ThreeC4OtherModItemsAbGramImpl;
ThreeC4OtherModItemsImplImpl;
ThreeC4RecFcnImplAbGramImpl;
ThreeC4RecFcnImplImpl1Impl;
ThreeC4RecFcnImplImpl2Impl;
ThreeC4RecFcnImplImpl3Impl;
ThreeC4CProdAbGramImpl;
ThreeC4CProdImplImpl;
ThreeC4MiscAbGramImpl;
ThreeC4MiscImplImpl;
ThreeC4FlowGraphAbGramImpl;
ThreeC4FlowGraphImplImpl;
ThreeC4BaseDecl1Impl;
ThreeC4CentralImpl;
ThreeC4CSyntax1Impl;
ThreeC4CSyntax2Impl;
ThreeC4PrimImpl1;
ThreeC4PrimImpl2;
ThreeC4PrimImpl3;
ThreeC4PrimImpl4;
ThreeC4PrimImpl5;
ThreeC4FlowAnalImpl;
UnionFindImpl;
ThreeC4Driver;
END.