mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
doc: c++: complete the location documentation.
* data/location.cc (position::initialize, location::initialize): Also accept line and column, with default values. * doc/bison.texinfo (C++ position, C++ location): New nodes. Describe more thoroughly these classes. Fix several Texinfo misuses.
This commit is contained in:
6
NEWS
6
NEWS
@@ -34,6 +34,12 @@ Bison News
|
||||
C and C++ parsers use nullptr instead of 0 when __cplusplus is
|
||||
201103L or higher.
|
||||
|
||||
** C++ locations:
|
||||
|
||||
The position and location constructors (and their initialize
|
||||
methods) accept new arguments for line and column. Several issues
|
||||
in the documentation were fixed.
|
||||
|
||||
* Changes in version 2.5 (2011-05-14):
|
||||
|
||||
** Grammar symbol names can now contain non-initial dashes:
|
||||
|
||||
Reference in New Issue
Block a user