summaryrefslogtreecommitdiff
path: root/examples/c/bistromathic/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c/bistromathic/README.md')
-rw-r--r--examples/c/bistromathic/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c/bistromathic/README.md b/examples/c/bistromathic/README.md
index 25411867..9f672d14 100644
--- a/examples/c/bistromathic/README.md
+++ b/examples/c/bistromathic/README.md
@@ -3,7 +3,7 @@ This example demonstrates the best practices when using Bison.
- Its interface is pure.
- It uses a custom syntax error with location tracking, lookahead correction
and token internationalization.
-- It enables debug trace support with formatting of semantic values.
+- It supports debug traces with semantic values.
- It uses named references instead of the traditional $1, $2, etc.
It also uses Flex to generate the scanner.