Related articles |
---|
Compiler Testing Tools rajkris@erols.com (Raja Krishnamoorthy) (1997-11-16) |
Re: Compiler Testing Tools anton@mips.complang.tuwien.ac.at (1997-11-18) |
Re: Compiler Testing Tools cburns@crl4.crl.com (Charlie Burns) (1997-11-20) |
From: | anton@mips.complang.tuwien.ac.at (Anton Ertl) |
Newsgroups: | comp.compilers |
Date: | 18 Nov 1997 11:57:03 -0500 |
Organization: | TU Wien, Institut fuer Computersprachen |
References: | 97-11-098 |
Keywords: | testing |
our dear moderator writes:
> If you used a parser generator like yacc, the chances that the
> language you're parsing is the one you want to parse are close to 100%. -John]
As long as you check out conflicts carefully and don't use precedence
declarations to suppress messages about them. Every year some of my
students shoot themselves in the foot with precedence declarations
(even though I recommend not using them).
- anton
--
M. Anton Ertl
anton@mips.complang.tuwien.ac.at
http://www.complang.tuwien.ac.at/anton/home.html
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.