mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
doc: fix distcheck
The extracted example, simple.yy, does not use %require "3.2", so it generates a stack.hh, which breaks distcheck. * doc/bison.texi: Fix it.
This commit is contained in:
3
TODO
3
TODO
@@ -224,6 +224,9 @@ YYERROR_VERBOSE?" by Simon Sobisch, on bison-help.
|
|||||||
This is a popular demand. We already made many changes in the parser that
|
This is a popular demand. We already made many changes in the parser that
|
||||||
should make this reasonably easy to implement.
|
should make this reasonably easy to implement.
|
||||||
|
|
||||||
|
Bruce Mardle <marblypup@yahoo.co.uk>
|
||||||
|
https://lists.gnu.org/archive/html/bison-patches/2015-09/msg00000.html
|
||||||
|
|
||||||
** Push parsers
|
** Push parsers
|
||||||
There is demand for push parsers in Java and C++. And GLR I guess.
|
There is demand for push parsers in Java and C++. And GLR I guess.
|
||||||
|
|
||||||
|
|||||||
@@ -10637,7 +10637,7 @@ generate C++.
|
|||||||
|
|
||||||
@comment file: c++/simple.yy: 1
|
@comment file: c++/simple.yy: 1
|
||||||
@example
|
@example
|
||||||
%require "@value{VERSION}"
|
%require "3.2"
|
||||||
%language "c++"
|
%language "c++"
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user