mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-04-24 02:29:43 +00:00
4fd2e5c22a
* examples/c++/glr/local.mk, examples/c/glr/local.mk (CLEANFILES): Complete to fix distcheck. * src/output.c (merger_output): Obfuscate to pacify syntax-check's sc_space_before_open_paren.
glr
This example demonstrates the use of GLR parsers to handle (local) ambiguities in the C++ language. See the node "Merging GLR Parses" in Bison's documentation.