Related articles |
---|
Re: Is YACC / PCCTS used in commercial comp michael.ball@Eng.Sun.COM (1997-01-03) |
Re: precedence modification? richardm@cogs.susx.ac.uk (1997-01-12) |
Re: precedence modification? fjh@mundook.cs.mu.OZ.AU (1997-01-15) |
Re: precedence modification? Keith.Clarke@dcs.qmw.ac.uk (1997-01-17) |
From: | richardm@cogs.susx.ac.uk (Richard Matthias) |
Newsgroups: | comp.compilers |
Date: | 12 Jan 1997 11:48:59 -0500 |
Organization: | University of Sussex |
References: | 97-01-026 |
Keywords: | parse |
kanze@gabi-soft.fr (J. Kanze) writes:
> From the different compiler people I've talked to, I get the
> impression that recursive descent dominates for C++.
Mike Ball (michael.ball@Eng.Sun.COM) wrote:
: Just for the record, the Sun C++ compiler, which is based (as were a number
: of commercial compilers) on the TauMetric frontend, uses recursive descent,
: with a precedence modification when handling expressions.
Could you (anyone) expand on the phrase "precedence modification when
handling expressions" for me? I've not seen it in any compiler texts
(although these rarely cover such complex languages as c++
anyway). SIGPLAN references are gratefully received too :-)
Richard
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.