ubuntu-buildroot/output/build/host-bison-3.8.2/examples/c/glr
chenyf 8b0660016e 1 2024-04-01 23:19:46 +08:00
..
Makefile 1 2024-04-01 23:19:46 +08:00
README.md 1 2024-04-01 23:19:46 +08:00
c++-types.test 1 2024-04-01 23:19:46 +08:00
c++-types.y 1 2024-04-01 23:19:46 +08:00
local.mk 1 2024-04-01 23:19:46 +08:00

README.md

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.