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.5 required=5.0 tests=BAYES_05 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bd391ba8c7361d92 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-03-01 03:46:55 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!gw1.att.com!fnnews.fnal.gov!uwm.edu!math.ohio-state.edu!darwin.sura.net!osceola.cs.ucf.edu!longwood.cs.ucf.edu!not-for-mail From: crutchfi@longwood.cs.ucf.edu (Richard Crutchfield) Newsgroups: comp.lang.ada Subject: Re: A tool to count lines in Ada programs Date: 1 Mar 1995 06:46:55 -0500 Organization: University of Central Florida Message-ID: <3j1mrf$qps@longwood.cs.ucf.edu> References: <3hokkj$dsa@news.rain.org>,<3hqtue$ikb@newsbf02.news.aol.com> <3j074r$2mq@www.uno.edu> NNTP-Posting-Host: longwood.cs.ucf.edu X-Newsreader: TIN [version 1.2 PL2] Date: 1995-03-01T06:46:55-05:00 List-Id: Ellis Hardin (eehuc@uno.edu) wrote: : Come On! : Obviously, not everyone here is using the same OS. However, we're : all probably using Ada. If you can't write your own Ada program to count : the number of lines in a text file (containing, say, an ADA PROGRAM), you're : not worth your weight in salt. : -- : -- Ellis Hardin, eehuc@uno.edu, University of New Orleans I don't think it is lines (cr/lf) that is of interest to everyone. Some peaple want the number of Ada Constructs used. They would also like these grouped into meaningful categories (executive, declarative, full line comments, in-line comments, blank lines ect...). Even though I fill in general most should still be able to write a program to do this , I don't think it whould be productive. I have the ability to write a compiler; but no doubt would rather have one purchased rather than use a home grown one. crutchfi@longwood.cs.ucf.edu Richard CrutchfielD