tree: f938dab25ddb0c8315bea928058b644ed3f38831 [path history] [tgz]
  1. c++-types.test
  2. c++-types.y
  3. local.mk
  4. Makefile
  5. README.md
examples/c/glr/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.