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:a24:2781:: with SMTP id g123-v6mr7683097ita.19.1526860375909; Sun, 20 May 2018 16:52:55 -0700 (PDT) X-Received: by 2002:a9d:5c8d:: with SMTP id a13-v6mr1114097oti.0.1526860375784; Sun, 20 May 2018 16:52:55 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!85.12.16.68.MISMATCH!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!v8-v6no4058461itc.0!news-out.google.com!f20-v6ni4551itd.0!nntp.google.com!v8-v6no4058460itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 20 May 2018 16:52:55 -0700 (PDT) In-Reply-To: <830af649-3b59-4cb3-8bcc-2e836c352238@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.113.16.86; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 76.113.16.86 References: <65d93062-f55d-435f-a099-3c8ee75f2705@googlegroups.com> <12d36c64-22e3-460b-94c6-477752996451@googlegroups.com> <830af649-3b59-4cb3-8bcc-2e836c352238@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <40998fbd-3dc4-45dc-b283-1c589590f960@googlegroups.com> Subject: Re: Is this Forum Moderated? From: Shark8 Injection-Date: Sun, 20 May 2018 23:52:55 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1962 X-Received-Body-CRC: 2886073559 Xref: reader02.eternal-september.org comp.lang.ada:52523 Date: 2018-05-20T16:52:55-07:00 List-Id: On Sunday, May 20, 2018 at 9:53:48 AM UTC-6, pat...@spellingbeewinnars.org = wrote: > I think I found it, here is the link for everyone: > https://github.com/onewingedshark/byron That's exactly it. I've isolated the parsing here: https://github.com/OneWingedShark/Pratt_Par= se -- mostly because there's an irritating bug regarding precedence that I = couldn't figure out. My plan was, once that was fixed, to roll it back into= Byron and work on the semantics portion [and IR] of the compiler, then cod= e-generation.