CirioParsing.config
Copyright Ó 1990, 1992, 1993 by Xerox Corporation. All rights reserved.
Theimer, August 31, 1989 3:11:41 pm PDT
Last changed by Theimer on August 31, 1989 3:19:49 pm PDT
Sturgis, September 3, 1989 2:20:56 pm PDT
Coolidge, July 12, 1990 5:01 pm PDT
Spreitze, December 7, 1990 5:02 pm PST
Willie-s, March 31, 1993 12:40 pm PST
CirioParsing: CONFIGURATION IMPORTS
from system
Commander, Convert, IO, PFS, Process, Real, Rope,
from CirioMain
CCirioSyntacticOperations, CCTypes, CedarCode, CedarNumericTypes, CedarOtherPureTypes, CirioSyntacticOperations, CNumericTypes, Procedures, TypeOps,
from other
OneCasabaParser
EXPORTS CedarParseSupport, CParser, MPP1, MPTreeOps, WalkCedarParseTrees, WalkCParseTrees
CONTROL CedarParseSupportImpl, MPTreeImpl, MPParser, MPScanner, MPParseTableImpl, MPPass1T, WalkCedarParseTreesImpl, LexerImpl, CParserImpl, WalkCParseTreesImpl
=
BEGIN
CParserImpl;
LexerImpl;
WalkCParseTreesImpl;
WalkCedarParseTreesImpl;
CedarParseSupportImpl;
following borrowed temporarily until Saffron can be used
MPScanner;
MPParser;
MPPass1T;
MPTreeImpl;
MPParseTableImpl;
END..