bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doc fixes for bison (bison dir/foo.y, etc.)


From: Akim Demaille
Subject: Re: doc fixes for bison (bison dir/foo.y, etc.)
Date: Wed, 14 Sep 2005 18:47:13 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

>>> "Paul" == Paul Eggert <address@hidden> writes:

 > I noticed that the Bison documentation disagreed with the behavior
 > with respect to whether "bison dir/foo.y" creates foo.tab.c or
 > dir/foo.tab.c, and decided to change the documentation to match the
 > behavior.

This is really a bad behavior.  I'd rather fix the behavior than the
documentation.

Also,

address@hidden {position} {std::string*} filename
address@hidden {position} {std::string*} file
 The name of the file.  It will always be handled as a pointer, the
 parser will never duplicate nor deallocate it.  As an experimental
 feature you may change it to @address@hidden using @samp{%define
-"filename_type" "@var{type}"}.
+"file_type" "@var{type}"}.
 @end deftypemethod


This is wrong, unless you adjust lalr1.cc.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]