This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: "Documentation by paper"
- From: "Paolo Bonzini" <paolo dot bonzini at polimi dot it>
- To: "Richard Kenner" <kenner at vlsi1 dot ultra dot nyu dot edu>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Tue, 3 Feb 2004 17:38:52 +0100
- Subject: Re: "Documentation by paper"
> Yes, but a *user* of bison is usually a compiler writer!
I used bison in the project for an image processing course. I documented
why my grammar has shift-reduce conflicts; but not why I used
corner-reflection to implement image convolution, only that I implemented
it.
Paolo