]> git.saurik.com Git - bison.git/blobdiff - NEWS
%define lr.type: make values lowercase IDs.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 57db6c2de0f14320a5abddcd7eb131d02e81a9d3..3dab543cf77fc4dbc05bea9f2df44462bfb08942 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,9 +20,9 @@ Bison News
   default.  You can specify the type of parser tables in the grammar
   file with these directives:
 
-    %define lr.type "LALR"
-    %define lr.type "IELR"
-    %define lr.type "canonical LR"
+    %define lr.type "lalr"
+    %define lr.type "ielr"
+    %define lr.type "canonical-lr"
 
   The default reduction optimization in the parser tables can also be
   adjusted using `%define lr.default-reductions'.  See the documentation