HandCodingPackage.config
Copyright © 1984, 1985 by Xerox Corporation. All rights reserved.
Russ Atkinson (RRA) July 15, 1985 9:55:58 pm PDT
Peter Kessler February 20, 1986 4:44:47 pm PST
HandCodingPackage: CONFIGURATION LINKS: CODE
IMPORTS AMModel, Atom, BasicTime, Commander, Convert, FS, Interpreter, IO, IOUtils, Loader, Process, ProcessProps, PriorityQueue, Rope, SymTab, UserCredentials, WorldVM
EXPORTS HandCoding, HandCodingPseudos, HandCodingSupport, HandCodingUtil, HandCodingComforts, SparseMemory, WriteSparseMemory
CONTROL HandCodingImpl, HandCodingPseudosImpl, HandCodingSupportImpl, HandCodingUtilImpl, HandCodingComfortsImpl, SparseMemoryImpl, WriteSparseMemoryImpl, HandCodingDriver
= {
HandCodingImpl;
HandCodingPseudosImpl;
HandCodingSupportImpl;
HandCodingUtilImpl;
HandCodingComfortsImpl;
SparseMemoryImpl;
WriteSparseMemoryImpl;
HandCodingDriver;
}.