CirioParsing.config
Copyright Ó 1990 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
CirioParsing: CONFIGURATION IMPORTS
from system
Commander, Convert, IO, PFS, Real, Rope,
from CirioMain
CCirioSyntacticOperations, CCTypes, CedarCode, CedarNumericTypes, CedarOtherPureTypes, CirioSyntacticOperations, CNumericTypes, Procedures, Types,
from other
OneCasabaParser
EXPORTS CedarParseSupport, CParser, PPP1, PPTreeOps, WalkCedarParseTrees, WalkCParseTrees =
BEGIN
CParserImpl;
LexerImpl;
WalkCParseTreesImpl;
WalkCedarParseTreesImpl;
CedarParseSupportImpl;
following borrowed temporarily until Saffron can be used
PPScanner;
PPParser;
PPPass1T;
PPTreeImpl;
PPParseTableImpl;
END..