comp.lang.ada
 help / color / mirror / Atom feed
From: "Robert I. Eachus" <eachus@mitre.org>
Subject: Re: Ayacc/Aflex "entropy" (P2Ada)
Date: 1999/10/26
Date: 1999-10-26T22:57:22+00:00	[thread overview]
Message-ID: <3816331A.99C596D2@mitre.org> (raw)
In-Reply-To: 7v3u0f$nn6$1@nnrp1.deja.com



bourguet@my-deja.com wrote:
> Could you post some references to books or web pages or good keywords
> to reduce the space search on the web. All books that I know off which
> speak about parser generators are at the level of LL(1) or simplified
> LR(1) (LALR(1) or other way of reducing the LR tables) except T.J. Parr
> book on PCCTS which describe more how to use PCCTS than its
> "redefinition" of LL(k) and how to use it to build a parser generator.
> Web pages I've found with my naive keyword approaches have not be of
> more use; some buzzwords like OO where added but if they were more than
> buzzwords, it was not clear for me.

    One alternative would be to use a parser generator which uses
Early's algorithm.  Early's algorithm will cheerfully accept any LR(k)
grammar, and parse it quite fast, but it can also accept and recognize
ambiguous grammars, but the performance degrades to O(n**3).
-- 

                                        Robert I. Eachus

with Standard_Disclaimer;
use  Standard_Disclaimer;
function Message (Text: in Clever_Ideas) return Better_Ideas is...




  reply	other threads:[~1999-10-26  0:00 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-24  0:00 Ayacc/Aflex "entropy" (P2Ada) Gautier
1999-10-25  0:00 ` Ted Dennison
1999-10-25  0:00 ` Ray Blaak
1999-10-25  0:00   ` Gautier
1999-10-25  0:00 ` Ted Dennison
1999-10-26  0:00   ` Robert Dewar
1999-10-26  0:00     ` Gautier
1999-10-27  0:00       ` Tarjei Jensen
1999-10-27  0:00         ` David Botton
1999-10-26  0:00     ` David Starner
1999-10-26  0:00       ` Robert Dewar
1999-10-30  0:00         ` Brian Rogoff
1999-10-31  0:00           ` Robert Dewar
1999-10-26  0:00     ` bourguet
1999-10-26  0:00       ` Robert I. Eachus [this message]
1999-10-27  0:00         ` Robert Dewar
1999-10-27  0:00           ` Ted Dennison
1999-10-27  0:00           ` bourguet
1999-10-29  0:00           ` Robert I. Eachus
1999-10-31  0:00             ` Robert Dewar
1999-11-01  0:00               ` Robert I. Eachus
1999-10-26  0:00       ` Ted Dennison
1999-10-26  0:00         ` William B. Clodius
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox