-- TiogaJaM.config
-- Last changed by Bill Paxton, August 10, 1983 10:21 am
TiogaJaM: CONFIGURATION LINKS: CODE
IMPORTS
Directory, File, FileStream, Process, Real, RealFns, RTOS,
Stream, String, UnsafeStorage
EXPORTS
JaMFnsDefs, StreamDefs, JaMOps, JaMDict, JaMStorage, JaMVM
CONTROL
JaMStorageImpl, JaMVMImpl, StreamDefsImpl, JaMFnsDefsImpl = {
JaMKernel: CONFIGURATION
IMPORTS JaMStorage, JaMVM, StreamDefs, Process, Real, RealFns, String
EXPORTS JaMOps, JaMDict
CONTROL JaMStartImpl, JaMArrayImpl, JaMDictImpl, JaMExecImpl, JaMHashImpl,
JaMLocalImpl, JaMMathImpl, JaMNameImpl, JaMScannerImpl, JaMScanner2Impl, JaMStackImpl,
JaMStreamImpl, JaMStringImpl, JaMTypeImpl, JaMControlImpl = {
JaMStartImpl; -- start this first
JaMArrayImpl;
JaMDictImpl;
JaMExecImpl;
JaMHashImpl;
JaMLocalImpl;
JaMMathImpl;
JaMNameImpl;
JaMScannerImpl;
JaMScanner2Impl;
JaMStackImpl;
JaMStreamImpl;
JaMStringImpl;
JaMTypeImpl;
JaMControlImpl; -- start this last
};
JaMKernel;
JaMStorageImpl;
JaMVMImpl;
StreamDefsImpl;
JaMFnsDefsImpl;
}.