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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:a095:: with SMTP id j143mr338960qke.449.1561031345083; Thu, 20 Jun 2019 04:49:05 -0700 (PDT) X-Received: by 2002:a05:6808:90d:: with SMTP id w13mr5561791oih.175.1561031344952; Thu, 20 Jun 2019 04:49:04 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!peer03.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!m24no5816743qtm.0!news-out.google.com!4ni263qtw.1!nntp.google.com!m24no5816736qtm.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 20 Jun 2019 04:49:04 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <5018b9fc-c4a2-4335-8d83-f231866b3035@googlegroups.com> <91362a2e-95a5-4fab-9d1c-343476e4b974@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: work-in-progress Augusta Ada compiler for LLVM written in Scala From: Lucretia Injection-Date: Thu, 20 Jun 2019 11:49:05 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 3071 X-Received-Body-CRC: 1048662270 Xref: reader01.eternal-september.org comp.lang.ada:56693 Date: 2019-06-20T04:49:04-07:00 List-Id: On Thursday, 20 June 2019 12:35:03 UTC+1, Optikos wrote: > Some noncommentary development resumed 4 months ago after the importation= of the source code into the SBT build environment. Since then, check-in c= omments such as =E2=80=9CSome work on the LLVM code generator. Also fixed a= few easy warnings.=E2=80=9D and =E2=80=9CFixed the structure of the livene= ss analysis method.=E2=80=9D indicate incrementally more serious activity i= n recent months. You could email him and ask him to update here, he does frequent this group= . > I cannot find a license stated anywhere regarding Augusta (although I hav= e only done spot-checking here & there). Under which license is Augusta=20 https://github.com/pchapin/augusta/search?q=3Dlicense&unscoped_q=3Dlicense > distributed? With Augusta intended to be the OpenWatcom Ada Compiler (WA= C) as stated in the webpage linked below, I would assume that the OpenWatco= m license would be utilized for Augusta, although the LLVM-backend activity= in recent months instead of the expected OpenWatcom-backend activity might= indicate a change away from this intent to be the WAC. > https://github.com/pchapin/augusta/tree/master/wac As the readme says, this is a separate project to Augusta which is meant to= use the OpenWatcom back end and is written in C++. I really wish he would separate out his projects in this repo, there are 3 = compilers and a bunch of tools which could be separate and I think slinging= them all in one just confuses people.