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 10.180.187.229 with SMTP id fv5mr406082wic.6.1372373606089; Thu, 27 Jun 2013 15:53:26 -0700 (PDT) X-Received: by 10.50.131.135 with SMTP id om7mr53050igb.7.1372373605914; Thu, 27 Jun 2013 15:53:25 -0700 (PDT) Path: border2.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news.snarked.org!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!209.85.212.215.MISMATCH!cw2no5274546wib.0!news-out.google.com!md6ni27897wic.0!nntp.google.com!j2no2815695qak.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 27 Jun 2013 15:53:25 -0700 (PDT) In-Reply-To: <85sj03vnvy.fsf@stephe-leake.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: <0e48282e-853f-4d9b-b7dc-8784caf5bfbd@googlegroups.com> <85sj03vnvy.fsf@stephe-leake.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <67586066-772c-4337-8eb4-b317ec3d2109@googlegroups.com> Subject: Re: OpenToken and GNAT 2013 From: Shark8 Injection-Date: Thu, 27 Jun 2013 22:53:25 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 2211 Xref: number.nntp.dca.giganews.com comp.lang.ada:182137 Date: 2013-06-27T15:53:25-07:00 List-Id: On Thursday, June 27, 2013 4:39:13 AM UTC-6, Stephen Leake wrote: > > Debug_Parser is a random debug tool; I edit it to do whatever I need at > the time. You can just delete it. Excellent. Thank you. > > Also, maintainer, note: > > > > with AUnit.Test_Cases.Registration; > > needs to be changed to > > with AUnit.Test_Cases; > > because the version of AUnit now bundled with GNAT was changed so that > > Registration is a nested package. > > Ok, thanks. You're welcome. > > Note that there is a new branch that fixes many bugs related to empty > productions. It's available at > http://stephe-leake.org/emacs/ada-mode/emacs-ada-mode.html > > I'll be updating the main release later this summer, after I'm sure I've > got the Ada grammar complete. That sounds great! Good endeavors. Thanks for the effort you've put into OpenToken as well.