<<>> <> <> <> <> <> <> <> <> CirioParsing: CONFIGURATION IMPORTS <> Commander, Convert, IO, PFS, Process, Real, Rope, <> CCirioSyntacticOperations, CCTypes, CedarCode, CedarNumericTypes, CedarOtherPureTypes, CirioSyntacticOperations, CNumericTypes, Procedures, TypeOps, <> 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; <> MPScanner; MPParser; MPPass1T; MPTreeImpl; MPParseTableImpl; END..