From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 25 Jan 93 23:03:34 GMT From: pk115050@WVNVAXA.WVNET.EDU Subject: Programs wanted Message-ID: <1993Jan25.180334.4567@wvnvms.wvnet.edu> List-Id: I am looking for two pieces of source code, preferably written in C (though not necessary): 1. Determine the number of nodes and edges that are present in a piece of ADA code. 2. Determine the following from a piece of ADA code: A. The number of unique operators. B. The number of unique operands. C. The total number of operators. D. The total number of operands. Any help will be appreciated.