mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
Fix documentation problems reported by Tim Josling at
<http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>. * NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser. * doc/bison.texinfo (Token Decl): Token numbers are *nonnegative* integers. Explain the effect of literal string aliases on error messages. Copy token 0 documentation from the C++ skeleton documentation.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Fix documentation problems reported by Tim Josling at
|
||||
<http://lists.gnu.org/archive/html/bug-bison/2008-01/msg00013.html>.
|
||||
* NEWS (2.3a+): Mention removal of --no-parser, -n, and %no-parser.
|
||||
* doc/bison.texinfo (Token Decl): Token numbers are *nonnegative*
|
||||
integers. Explain the effect of literal string aliases on error
|
||||
messages. Copy token 0 documentation from the C++ skeleton
|
||||
documentation.
|
||||
|
||||
2008-02-16 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
Accept a token number in a %left, %right, or %nonassoc for POSIX
|
||||
|
||||
Reference in New Issue
Block a user