summaryrefslogtreecommitdiff
path: root/examples/c++/glr/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c++/glr/README.md')
-rw-r--r--examples/c++/glr/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/c++/glr/README.md b/examples/c++/glr/README.md
index 26067c27..ed06a0c6 100644
--- a/examples/c++/glr/README.md
+++ b/examples/c++/glr/README.md
@@ -4,6 +4,9 @@ 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.
+It uses (Bison) variants to store objects as semantic values. It also
+demonstrates custom error messages in C++.
+
<!---
Local Variables:
fill-column: 76