InterpreterPackage.config
Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
Russ Atkinson (RRA) April 8, 1986 1:17:20 pm PST
DIRECTORY MesaTab: FROM "PPMesaTab";
InterpreterPackage: CONFIG LINKS: CODE
IMPORTS AMBridge, AMEvents, AMMiniModel, AMModel, AMModelPrivate, AMTypes, BackStop, Convert, IO, List, PrintTV, ProcessProps, Real, Rope, RuntimeError, SafeStorage, SymTab, UserProfile, WorldVM
EXPORTS BBUrpEval, EvalQuote, Interpreter, InterpreterOps, InterpreterPrivate, PPP1, PPTreeOps
CONTROL EvaluateImpl, EvalQuoteImpl, InterpreterImpl, OctalCommands = BEGIN
Interpreter veneer
InterpreterImpl; -- exports Interpreter, TVGuide
OctalCommands; -- no exports
Interpreter proper
EvaluateImpl; -- exports InterpreterOps
EvalQuoteImpl; -- exports EvalQuote
InterpreterPrivateImpl; -- exports InterpreterOps, InterpreterPrivate
BBUrpEvalImpl; -- exports BBUrpEval
RecordSearchImpl; -- exports InterpreterPrivate
parsing, pretty-printing, TV printing
PPScanner; -- exports PPP1
PPParser; -- exports PPP1
PPPass1T; -- exports PPP1
PPTreeImpl; -- exports PPTreeOps
tables used in parsing
MesaTab LINKS: FRAME;
END.