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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,4fd338e56f592cfb X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII X-Received: by 10.224.36.66 with SMTP id s2mr12763058qad.6.1367338013740; Tue, 30 Apr 2013 09:06:53 -0700 (PDT) X-Received: by 10.182.129.47 with SMTP id nt15mr747903obb.13.1367338013695; Tue, 30 Apr 2013 09:06:53 -0700 (PDT) Path: ef9ni37315qab.0!nntp.google.com!s14no1278510qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 30 Apr 2013 09:06:53 -0700 (PDT) In-Reply-To: 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: <85sj2aydwi.fsf@stephe-leake.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: LALR parser question From: Shark8 Injection-Date: Tue, 30 Apr 2013 16:06:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-04-30T09:06:53-07:00 List-Id: On Monday, April 29, 2013 7:19:26 PM UTC-6, Hibou57 (Yannick Duch=EAne) wro= te: > Le Sun, 28 Apr 2013 16:43:06 +0200, Dmitry A. Kazakov =20 >=20 > > On Sun, 28 Apr 2013 08:37:33 -0500, Stephen Leake wrote: > > > >> Any other ways to handle this problem? > > > > Recursive decent parser. >=20 > Or return to the original ascent parser: Had to look that one up -- then got sidetracked, as there' s a lot of inter= esting stuff out there. http://en.wikipedia.org/wiki/GLR_parser http://link.springer.com/chapter/10.1007%2F3-540-53669-8_70 -- hybrid ascen= t-descent It's an interesting field, IMO.