Example.Config
Copyright Ó 1987 by Xerox Corporation. All rights reserved.
Bill Jackson (bj) April 22, 1987 2:41:55 am PDT
Example: CONFIGURATION
IMPORTS Commander, Convert, FS, IO, OneCasabaParser, Rope, ThreeC4Support
EXPORTS ALL
CONTROL ExampleDriver ~ {
Generic
ExampleGenericImpl;
Concrete Grammar
ExampleParserImpl;
ExampleCGImpl;
Abstract Grammar
ExampleAGImpl;
The real workers...
ExampleDoitImpl;
Base Functions, etc.
ExampleDriver;
ExampleBaseImpl;
}...