-- TJaM.config -- Last changed by Bill Paxton, November 5, 1982 9:47 am TJaM: 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; }.