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: a07f3367d7,5f6125e9594f9968 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Received: by 10.68.234.38 with SMTP id ub6mr16604329pbc.2.1338983495402; Wed, 06 Jun 2012 04:51:35 -0700 (PDT) Path: l9ni13130pbj.0!nntp.google.com!news1.google.com!volia.net!news2.volia.net!feed-A.news.volia.net!news.musoftware.de!wum.musoftware.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Ada to C translator for small microcontrollers Date: Wed, 6 Jun 2012 11:50:11 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <2424259e-cf1c-408e-a57e-f2c948087186@i2g2000vbv.googlegroups.com> <4fba349b$0$6560$9b4e6d93@newsspool4.arcor-online.net> <7ad13453-fea5-4b3a-9a93-306302f073da@googlegroups.com> Mime-Version: 1.0 Injection-Date: Wed, 6 Jun 2012 11:50:11 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="3/9i4eU3tV30IAhXHAPg/g"; logging-data="3905"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18DlkI6unzY9XDnx9VLTcYXkRuq4oWa8qQ=" User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) Cancel-Lock: sha1:tOwNIFDbhmG7dbknqvstXEikZHA= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2012-06-06T11:50:11+00:00 List-Id: On Wed, 06 Jun 2012 07:21:09 +0200, J-P. Rosen wrote: > Le 05/06/2012 14:17, Brian Drummond a écrit : >> For the C back-end, it might be worth looking at an old version of f2c, >> > Once upon a time, I had to analyze Fortran code, and I considered > adapting f2c. I gave up when I discovered a goto from the outside into > the middle of a three-level nested loop. f2c is a hopeless mess. well, scratch THAT idea then! Thanks for the warning. - Brian