]> git.saurik.com Git - bison.git/blobdiff - NEWS
* NEWS: Bison-generated C parsers no longer quote literal strings
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index e858ddffd6cbd94a3ed16eac6c8cdceadf876a51..fd5efa4c4a423bf2173773a571280de7c39cc9ab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,12 @@ Changes in version 2.0a, ????-??-??:
   English to the user's language, e.g., _("syntax error").  By default,
   _ is defined to be a no-op macro so the strings are not translated.
 
+* When generating verbose diagnostics, Bison-generated C parsers no longer
+  quote the literal strings associated with tokens.  For example, for
+  a syntax error associated with '%token NUM "number"' they might
+  print 'syntax error, unexpected number' instead of 'syntax error,
+  unexpected "number"'.
+
 Changes in version 2.0, 2004-12-25:
 
 * Possibly-incompatible changes