-- File [Ivy]<Nelson>Lupine>Lupine.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Last edited by BZM on January 26, 1982 12:37 PM.
-- Last edited by Andrew Birrell on October 25, 1983 10:51 am
-- Last edited by Paul Rovner on January 28, 1983 1:29 pm
-- Bob Hagmann February 8, 1985 4:56:30 pm PST
-- Using Lupine.
-- To translate a compiled interface module called Example, type
-- >Lupine TranslateInterface["Example"].
-- Lupine has the Lister's interface and can also be used interactively.
-- Type ? for a complete list of translation options.
-- In general, once the stub modules are compiled, the client
-- and server runtime configurations needed to support remote
-- interface Example are as follows:
--
-- SERVER CONFIG CLIENT CONFIG
-- RpcRuntime RpcRuntime
-- ExampleRpcServerImpl ExampleRpcClientImpl
-- ExampleImpl ClientDriverProgram
-- Last Edited by: Swinehart, July 11, 1984 5:39:10 pm PDT
Lupine: CONFIGURATION LINKS: CODE
IMPORTS
AMTypes, Atom, BasicTime, BcdOps, Convert, ConvertUnsafe, FileStream, FS,
IO, Loader, Rope, RTSymbolOps, RTSymbols, RefTab, VM
, Commander
CONTROL LupineUserInterfaceImpl
= BEGIN
LupineUserInterfaceImpl; -- A simple user interface.
LupineTranslator; -- The body of Lupine exported as a procedure.
END.
Bob Hagmann February 8, 1985 4:56:30 pm PST
changes to: Lupine