From 0817d1eccb613dfff433837219f703c701958f33 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 21 Jun 2004 21:01:42 +0000 Subject: [PATCH 1/1] One more "lookahead" -> "look-ahead" change. --- doc/bison.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bison.texinfo b/doc/bison.texinfo index f4464467..405abefa 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -876,7 +876,7 @@ the @acronym{GLR} parsing algorithm with some advanced features such as @samp{%dprec} and @samp{%merge} to handle syntactically ambiguous grammars. However, the @acronym{GLR} algorithm can also be used in a simpler way to parse grammars that are unambiguous, but fail to be @acronym{LALR}(1). -Such grammars typically require more than one symbol of lookahead, +Such grammars typically require more than one symbol of look-ahead, or (in rare cases) fall into the category of grammars in which the @acronym{LALR}(1) algorithm throws away too much information (they are in @acronym{LR}(1), but not @acronym{LALR}(1), @ref{Mystery Conflicts}). -- 2.45.2