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,FREEMAIL_FROM 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!postnews.google.com!n59g2000hsh.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: Implementing an Ada compiler and libraries. Date: 10 May 2007 10:48:24 -0700 Organization: http://groups.google.com Message-ID: <1178819304.230293.11430@n59g2000hsh.googlegroups.com> References: <1178721451.073700.10730@y80g2000hsf.googlegroups.com> <4643579E.9000305@obry.net> NNTP-Posting-Host: 62.56.81.180 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1178819304 10956 127.0.0.1 (10 May 2007 17:48:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 10 May 2007 17:48:24 +0000 (UTC) In-Reply-To: <4643579E.9000305@obry.net> User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.10 (X11; Linux i686; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: n59g2000hsh.googlegroups.com; posting-host=62.56.81.180; posting-account=G-J9fgwAAADgpzBiEyy5tO4f8MX5fbpw Xref: g2news1.google.com comp.lang.ada:15730 Date: 2007-05-10T10:48:24-07:00 List-Id: On May 10, 6:34 pm, 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 :) > > That's something I wanted to start at some point, and I think now that I > won't have time to start this anytime soon :) > > Just thinking out loud :) No, this is something I'm not that interested in doing as I do want to play with other parts of the compiler as well. Thanks, Luke.