From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ef1eddba1e2ec078 X-Google-Attributes: gid103376,public From: Sune.Falck@swipnet.se (Sune Falck) Subject: Re: Ada -> Flowchart? Date: 1998/01/21 Message-ID: <885402422.586208@nn1>#1/1 X-Deja-AN: 318052540 References: <199801211148.MAA09958@olaris.misil> Cache-Post-Path: nn1!s-242515@dialup175-1-28.swipnet.se X-Complaints-To: news-abuse@swip.net X-Trace: mn5.swip.net 885402321 24207 (None) 192.71.220.195 Organization: A customer of Tele2 Newsgroups: comp.lang.ada Date: 1998-01-21T00:00:00+00:00 List-Id: In article <199801211148.MAA09958@olaris.misil>, Fredrik Thoernblad wrote: >I'm often involved with reading old ada code and trying to figure out >what the code actually does. This is always painful and boring... Have a look att Grasp (Graphical Representations of Algorithms, Structures and Processes) from Auburn University. http://www.eng.auburn.edu/department/cse/research/grasp/ Quote from the help file: GRASP Project Overview The GRASP Project has successfully created and prototyped a new algorithmic-level graphical representation for Ada software: the Control Structure Diagram (CSD). The primary impetus for creation of the CSD was to improve the comprehension of source code and, as a result, improve software reliabilityand reduce software costs. GRASP provides the capability to generate CSD's from Ada 95, C, and Java sourcecode in both a reverse and forward engineering mode with a level of flexibility suited for professional application. GRASP has been integrated with GNAT (the GNUAda 95 compiler), the GNU C compiler and the SunSoft Java Development Kit (JDK). The system provides a comprehensible graphical-based development environment for Ada 95, C and Java. The user may view, edit, print and compile source code as CSD's with no discernible addition to storage or computational overhead. Sune Falck