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) |
From: | torbenm@app-6.diku.dk (Torben =?iso-8859-1?Q?=C6gidius?= Mogensen) |
Newsgroups: | comp.compilers |
Date: | Mon, 10 Sep 2007 09:50:35 +0200 |
Organization: | Department of Computer Science, University of Copenhagen |
References: | 07-09-020 |
Keywords: | parse |
Posted-Date: | 10 Sep 2007 09:28:10 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.
I have heard "outfix" being used about these.
> 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.
A few pointers that might be good places to start:
http://en.wikipedia.org/wiki/Operator-precedence_parser
http://www.epaperpress.com/oper/index.html
Torben
Return to the
comp.compilers page.
Search the
comp.compilers archives again.