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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a5d:9687:: with SMTP id m7mr22976594ion.229.1558102915704; Fri, 17 May 2019 07:21:55 -0700 (PDT) X-Received: by 2002:a9d:6c16:: with SMTP id f22mr31105296otq.182.1558102915443; Fri, 17 May 2019 07:21:55 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!u76no153650ita.0!news-out.google.com!p73ni142itp.0!nntp.google.com!u76no153648ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 17 May 2019 07:21:55 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2607:f2c0:95e9:b000:4512:e703:e5ce:abc5; posting-account=XGBE5QoAAABsRez5Xjd0KD5FXhbiCPL- NNTP-Posting-Host: 2607:f2c0:95e9:b000:4512:e703:e5ce:abc5 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <100ad407-090e-4316-9746-a4469568b53e@googlegroups.com> Subject: Ada to Ada Translator ? From: foo wong Injection-Date: Fri, 17 May 2019 14:21:55 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56316 Date: 2019-05-17T07:21:55-07:00 List-Id: Hi Everyone My name is Patrick. I have been posting here for years, I am just keep dele= ting my google accounts because I don't like being spied on. It's pretty obvious by now that Adacore is trying to make their free, open = source offerings commercially unfriendly, demo-ware only. There has also been a lot of discussion about compiler bugs. You probably already know about this but I just found Ada yacc and flex too= ls: https://github.com/Ada-France I only have 1 to 2 hours a week to program so I won't be able to do very mu= ch but I think I might have a useful idea and I wanted to share it, maybe p= eople with more programming time will accomplish more than I can. Why not use ayacc and aflex to create an Ada source to Ada source translato= r. Is there a bug Adacore won't attend to? Why not re-implement that part of = the runtime yourself. I don't think there are any problems with nested subprograms but let's just= say there was. Your could run your source through a translator that re-imp= lemented these using trampolines in pure Ada without using nested sub-progr= ams and then you could send the output to gnat. If we all worked together, over time, we might be able to create a new Ada = compiler that had a BSD/LGPL runtime and no more license games. I will start this if I can, check back with me in 10 years :) -Patrick