home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / ada / 2232 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.1 KB  |  25 lines

  1. Newsgroups: comp.lang.ada
  2. Path: sparky!uunet!world!srctran
  3. From: srctran@world.std.com (Gregory Aharonian)
  4. Subject: Re: FORTRAN to Ada Translators...
  5. In-Reply-To: wellerd@ajpo.sei.cmu.edu's message of Mon, 27 Jul 1992 00:40:42 GMT
  6. Message-ID: <SRCTRAN.92Jul30003243@world.std.com>
  7. Sender: srctran@world.std.com (Gregory Aharonian)
  8. Organization: The World
  9. References: <1992Jul27.004042.25766@sei.cmu.edu>
  10. Date: Thu, 30 Jul 1992 05:32:43 GMT
  11. Lines: 12
  12.  
  13.     Having spent many years studying this problem, my two cents of advice is
  14. this.  If you must use translators, you should have one developed that is
  15. specific to the types of Fortran codes being translated.  I have seen this
  16. be helpful for Fortran to Ada and Jovial to Ada conversions.  There are a
  17. variety of text transformation tools available over the Internet which can
  18. handle Fortran and Ada grammars. Choose one, adapt it to the languages you
  19. are using, and hard code in stuf to handle the stuff that is difficult to
  20. translate.
  21.     This is not a very classy approach to this problem, but it works.
  22.  
  23. Greg Aharonian
  24. Source Translation & Optimization
  25.