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,91d0d8cd28bbb477 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!proxad.net!proxad.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Implementing an Ada compiler and libraries. From: Georg Bauhaus In-Reply-To: <4643579E.9000305@obry.net> References: <1178721451.073700.10730@y80g2000hsf.googlegroups.com> <4643579E.9000305@obry.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1178872778.6451.22.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Fri, 11 May 2007 10:39:38 +0200 NNTP-Posting-Date: 11 May 2007 10:39:38 CEST NNTP-Posting-Host: a4225e31.newsspool2.arcor-online.net X-Trace: DXC=APJTkH_aoembcbF;DQA9EHlD;3YcR4Fo<]lROoRQ8kFejVX;a[Z521l[=X0aeEGn?If4Y X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:15751 Date: 2007-05-11T10:39:38+02:00 List-Id: On Thu, 2007-05-10 at 19:34 +0200, Pascal Obry wrote: > Why not play on a C generator for the Ada language ? > > Using ASIS as a start. You then don't have to play with backend > generation. Probably a project that is easier to tackle than a true Ada > compiler even if already quite a bit of work :) Given the C language, there might be a few platform issues in case you'd have to deal with such things as MIN_INT - 1 :-) There is at least one compiler front end that generates (readable) C. Maybe someone having worked with AdaMagic by SofCheck has a few hints? Also, several Eiffel compilers use C as the target language.