Re: Q: Operator Precedence Parser

adrian@dcs.rhbnc.ac.uk (A Johnstone)
12 Mar 1998 23:14:37 -0500

          From comp.compilers

Related articles
Q: Operator Precedence Parser shahn@galjas.cs.vu.nl (Sander Hahn) (1998-03-07)
Re: Q: Operator Precedence Parser fs29@rummelplatz.uni-mannheim.de (1998-03-12)
Re: Q: Operator Precedence Parser adrian@dcs.rhbnc.ac.uk (1998-03-12)
Re: Q: Operator Precedence Parser djello@well.com (1998-03-12)
Re: Q: Operator Precedence Parser jhallen@world.std.com (1998-03-15)
Re: Q: Operator Precedence Parser mikeq@primenet.com (1998-03-15)
| List of all articles for this month |

From: adrian@dcs.rhbnc.ac.uk (A Johnstone)
Newsgroups: comp.compilers
Date: 12 Mar 1998 23:14:37 -0500
Organization: Royal Holloway, University of London
References: 98-03-062
Keywords: parse

Sander Hahn (shahn@galjas.cs.vu.nl) wrote:
: Hello,


: i want to learn more about operator precedence parsers. The operators
: should be dynamically overloadable, like in Prolog. Where can i find
: more information about this subject? (preferably online)


The Dragon Book (Aho, Sethi and Ullmann) is in places overwhelming
and/or confusing but its treatment of OP always seemed to me to be
comprehensible, and a useful introduction to bottom up parsing
generally.


                                            Adrian


--
Dr Adrian Johnstone, Senior Lecturer in Computing, Computer Science Dep,
Royal Holloway, University of London, Egham, Surrey, TW20 0EX, England.
Email a.johnstone@rhbnc.ac.uk Tel:+44(0)1784 443425 Fax:+44(0)1784 439786
--


Post a followup to this message

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