The Functional Treatment of Parsing

Steve Elkins <sge@elkins.pdial.interpath.com>
8 Mar 1998 12:11:19 -0500

          From comp.compilers

Related articles
The Functional Treatment of Parsing sge@elkins.pdial.interpath.com (Steve Elkins) (1998-03-08)
Re: The Functional Treatment of Parsing aycock@gulf.csc.UVic.CA (1998-03-12)
Re: The Functional Treatment of Parsing lex@natlab.research.philips.com (lex) (1998-03-15)
| List of all articles for this month |

From: Steve Elkins <sge@elkins.pdial.interpath.com>
Newsgroups: comp.compilers
Date: 8 Mar 1998 12:11:19 -0500
Organization: Compilers Central
Keywords: books, question

Has anyone read the book referred to in the subject?


The URL for the publisher's page is...


http://www.wkap.nl/book.htm/0-7923-9376-7


...and it says the book describes a unification of parsing techniques
for programming languages and natural languages.


                                                    "The new implementations, called recursive
      ascent parsers, avoid explicit manipulation of parse stacks and
      parse matrices, and are in many ways superior to conventional
      implementations. They are applicable to grammars for programming
      languages as well as natural languages."


I'm hoping to hear more about the book in particular and recursive
ascent parsing in general.


Thanks,
Steve
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.