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.66.146.161 with SMTP id td1mr6145744pab.42.1420502066845; Mon, 05 Jan 2015 15:54:26 -0800 (PST) X-Received: by 10.182.142.163 with SMTP id rx3mr31619obb.25.1420502066624; Mon, 05 Jan 2015 15:54:26 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!eu.feeder.erje.net!news.glorb.com!h15no77047igd.0!news-out.google.com!h6ni1igv.0!nntp.google.com!h15no77043igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 5 Jan 2015 15:54:26 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=149.32.224.34; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.34 References: <8c23b629-4495-4ec4-afae-7f0b03df4668@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7c1bff8c-81f3-45ae-9d26-a99f9bb66689@googlegroups.com> Subject: Re: New Years 2015 Ada Advocacy Resolutions :) From: Anh Vo Injection-Date: Mon, 05 Jan 2015 23:54:26 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:24387 Date: 2015-01-05T15:54:26-08:00 List-Id: On Monday, January 5, 2015 10:16:15 AM UTC-8, Shark8 wrote: > On 05-Jan-15 08:43, David Botton wrote: > > 2. Gnoga Doc - A documentation generator and library for parsing Ada so= urce (needed for IDE) >=20 > Parsing can be done by OpenToken, which is a nice little parsing=20 > library: http://stephe-leake.org/ada/opentoken.html With respect to OpenToken, the history said current version: 5.0b. However,= the source code still said 5.0a. In addition, I checked the package ada_le= xer.ads. I did not see the Some_T defined for type Ada_Token. Stephen can c= orrect me if I am missing some thing. Anh Vo