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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,29af4a86145ffc16 X-Google-Attributes: gid103376,public X-Google-Thread: fcb4e,29af4a86145ffc16 X-Google-Attributes: gidfcb4e,public X-Google-Thread: f43e6,29af4a86145ffc16 X-Google-Attributes: gidf43e6,public From: Larry Diehr Subject: Re: Standard enforcement tool for ADA ? Date: 1996/08/05 Message-ID: <32065128.191A@eese.pd8.ford.com>#1/1 X-Deja-AN: 172293094 references: <3205f43c.622870820@news.pratique.fr> content-type: text/plain; charset=us-ascii organization: Ford Motor Company mime-version: 1.0 newsgroups: comp.lang.ada,comp.software-eng,comp.software.measurement x-mailer: Mozilla 2.0 (X11; I; SunOS 5.5 sun4m) Date: 1996-08-05T00:00:00+00:00 List-Id: Stan Katossky wrote: > > Hello, > > I am looking for a CASE tool for ADA code quality assesment, and more > specifically, programming standards enforcement verification. > I have been searching on the Internet for a while for such tool, but I > couldn't find anything relevant. > Can someone provide me with some references about that ? > There are/were some tools that will read C code, and some of them may include ADA - The one we used was from Abraxis. Sorry, can't remember the name of the tool, but their ads should be in the magazines. To handle the strictly formatting stuff (file heading comment blocks), we wrote a C program using lex to parse the blocks for key words and small action rouines to do the counting. The program took a novice about a week to write (and learn enough lex and C to cope). I was the novice. Larry Diehr