Re: "Circumfix" operators

Jean-Marc Bourguet <jm@bourguet.org>
10 Sep 2007 08:52:04 +0200

          From comp.compilers

Related articles
"Circumfix" operators jo@durchholz.org (Joachim Durchholz) (2007-09-07)
Re: "Circumfix" operators jm@bourguet.org (Jean-Marc Bourguet) (2007-09-10)
Re: "Circumfix" operators torbenm@app-6.diku.dk (2007-09-10)
Re: "Circumfix" operators jeffrey.kenton@comcast.net (Jeff Kenton) (2007-09-11)
Re: "Circumfix" operators jo@durchholz.org (Joachim Durchholz) (2007-09-13)
| List of all articles for this month |

From: Jean-Marc Bourguet <jm@bourguet.org>
Newsgroups: comp.compilers
Date: 10 Sep 2007 08:52:04 +0200
Organization: Compilers Central
References: 07-09-020
Keywords: parse
Posted-Date: 10 Sep 2007 09:24:29 EDT

Joachim Durchholz <jo@durchholz.org> writes:


> I need to read up on ways to extend operator-precedence parsing to
> "circumfix" operators such as (...), [...], if...then...else... etc.
>
> My knowledge of operator-precedence parsing is mostly at the Dragon Book
> level. Any solid overview that covers the design options and lists their
> trade-offs would be helpful.


The more complete available review of parsing I know of is Parsing
Techniques - A Practical Guide of Grune and Jacobs can perhaps help
you. The first edition is out of print but available here in PDF:


http://www.cs.vu.nl/~dick/PTAPG.html


There is a second edition in preparation but AFAIK it is not available yet.


Yours,


--
Jean-Marc


Post a followup to this message

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