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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,613a04fe35b467af,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.205.116.5 with SMTP id fg5mr1709840bkc.3.1320057940980; Mon, 31 Oct 2011 03:45:40 -0700 (PDT) Path: l23ni32868bkv.0!nntp.google.com!news1.google.com!postnews.google.com!x21g2000yqb.googlegroups.com!not-for-mail From: okellogg Newsgroups: comp.lang.ada Subject: Fortran to Ada95 converter update Date: Mon, 31 Oct 2011 03:42:47 -0700 (PDT) Organization: http://groups.google.com Message-ID: <55580e15-1b1d-489d-8939-c5216f00f43e@x21g2000yqb.googlegroups.com> NNTP-Posting-Host: 93.201.5.178 Mime-Version: 1.0 X-Trace: posting.google.com 1320057854 10517 127.0.0.1 (31 Oct 2011 10:44:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 31 Oct 2011 10:44:14 +0000 (UTC) Cc: jasmin@froelich.name Complaints-To: groups-abuse@google.com Injection-Info: x21g2000yqb.googlegroups.com; posting-host=93.201.5.178; posting-account=a23u_AkAAAB-Xz81hSqodYsmJRrMwioK User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.1.1 Firefox/3.6.13,gzip(gfe) Xref: news1.google.com comp.lang.ada:18767 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-10-31T03:42:47-07:00 List-Id: The f2a.pl semi-automatic Fortran to Ada95 converter perl script has been updated due to user feedback. The new version is available at http://www.okellogg.de/x.html , http://www.okellogg.de/for2ada95-1.2.tar.gz Here are the changes of version 1.2: - Added keywords REWIND and PRINT to @tbd. - Translate STOP to (commented) System.OS_Lib.OS_Exit. The call is commented because of its GNAT dependency. - Use artificial name "Main" for main procedure if the PROGRAM statement is missing in the input code. - Print line number in input file on error message. - New variables $linebuf_save, $line_pending_save, and $linenum_save do the necessary saving of global state before processing of INCLUDE file. - Print success status and file names generated upon completion of conversion. Enjoy, Oliver M. Kellogg -- okellogg at users dot sourceforge dot net