-- file Sakura.config
-- last edited by Satterthwaite, January 12, 1981  4:57 PM
-- last edit by Russ Atkinson, 27-Jun-81 15:36:44
-- last edited by Suzuki, 6-Dec-81 22:02:08

Sakura: CONFIG
    IMPORTS
      Convert, ConvertUnsafe, FileByteStream, Heap, Real, Rope,
      Runtime, SafeStorage, ShowTime, String, Time, Transaction, TTY
    CONTROL SakuraHelperImpl, SakuraDriver =
  BEGIN

  PPRopeFileImpl;
  SakuraScanner;
  SakuraParser;
  SakuraPass1T;
  PPCommentTableImpl;
  SakuraTreeImpl;
  SakuraHelperImpl;
  SakuraPretty;
  SakuraDebug;
  PPComDataImpl;
  SakuraReader;
  SakuraRewriteImpl;
  SakuraDriver;
  SymbolTableImpl;
  SymTabImpl;
  
  WFImpl;

  MesaTab LINKS: FRAME;
  DebugTab LINKS: FRAME;


  END.