-- JaM.config -- Tajo version -- Last changed by Doug Wyatt, 24-Feb-82 18:01:35 JaM: CONFIGURATION LINKS: CODE IMPORTS Directory, File, FileStream, Heap, Process, Real, RealFns, Runtime, Space, Storage, Stream, String, Time, Transaction, TTY, PilotLoaderOps, Exec, Tool, FormSW, TTYSW, Put, UserInput, ToolWindow EXPORTS JaMFns, JaMFnsDefs, StreamDefs, JaMOps, JaMDict, JaMStorage, JaMVM, JaMTajo CONTROL JaMStorageImpl, JaMVMImpl, StreamDefsImpl, JaMFnsDefsImpl, JaMFnsImpl, JaMTajoImpl = { JaMKernel: CONFIGURATION IMPORTS JaMStorage, JaMVM, StreamDefs, Process, Real, RealFns, String EXPORTS JaMOps, JaMDict CONTROL JaMStartImpl, JaMArrayImpl, JaMDictImpl, JaMExecImpl, JaMHashImpl, JaMLocalImpl, JaMMathImpl, JaMNameImpl, JaMScannerImpl, JaMStackImpl, JaMStreamImpl, JaMStringImpl, JaMTypeImpl, JaMControlImpl = { JaMStartImpl; -- start this first JaMArrayImpl; JaMDictImpl; JaMExecImpl; JaMHashImpl; JaMLocalImpl; JaMMathImpl; JaMNameImpl; JaMScannerImpl; JaMStackImpl; JaMStreamImpl; JaMStringImpl; JaMTypeImpl; JaMControlImpl; -- start this last }; JaMKernel; JaMStorageImpl; JaMVMImpl; StreamDefsImpl; JaMFnsDefsImpl; JaMFnsImpl; JaMTajoImpl; }. Wyatt 24-Oct-81 15:27:55 import TajoCedarSwap Wyatt 29-Oct-81 18:14:31 import Exec and TTY Wyatt 20-Jan-82 16:20:01 add JaMFnsImpl, export JaMFns Wyatt 24-Feb-82 18:01:16 add LINKS: CODE; don't import TajoCedarSwap