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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,5f6125e9594f9968,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.236.170 with SMTP id uv10mr8719787pbc.4.1332767880920; Mon, 26 Mar 2012 06:18:00 -0700 (PDT) Path: z9ni3756pbe.0!nntp.google.com!news1.google.com!postnews.google.com!i2g2000vbv.googlegroups.com!not-for-mail From: Tomi Saarnio Newsgroups: comp.lang.ada Subject: Ada to C translator for small microcontrollers Date: Mon, 26 Mar 2012 05:48:47 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2424259e-cf1c-408e-a57e-f2c948087186@i2g2000vbv.googlegroups.com> NNTP-Posting-Host: 83.150.124.2 Mime-Version: 1.0 X-Trace: posting.google.com 1332767880 26067 127.0.0.1 (26 Mar 2012 13:18:00 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 26 Mar 2012 13:18:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i2g2000vbv.googlegroups.com; posting-host=83.150.124.2; posting-account=QrZwxQoAAAByl3YAWTpexAk3yBYyZMHn User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-03-26T05:48:47-07:00 List-Id: Hi all, As there exists at least one free decent C cross-compiler for smaller 8-bit and 16-bit architectures (Pic, Avr, 8051 etc.), but none Ada compiler that I know of, I was wondering whether there is a demand for an Ada to C translator, that would implement some sort of Ada subset and output corresponding ANSI C source code. I am not a compiler or Ada expert, so I cannot really estimate the effort how hard this would be. As far as I can see the problem, the first thing is to identify a suitable subset(s) to be implemented, and then to come up with the corresponding C source idioms. Any comments on this subject? Br, Kalvin.