bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH]: Suggested documentation about working with Bison versions.


From: Akim Demaille
Subject: Re: [PATCH]: Suggested documentation about working with Bison versions.
Date: Sat, 7 Nov 2020 07:22:46 +0100

Hi Kaz,

> Le 7 nov. 2020 à 00:28, Kaz Kylheku <kaz@kylheku.com> a écrit :
> 
> I have a belated fix after an additional proofreading:
> 
> "many version of Bison" -> "many versions of Bison".

Thanks, I'm installing the patch below.

> I did not spot anything else. I ran aspell on the documentation
> originally which caught a typo or two, but plurality agreement is
> a grammar error.

Thanks for checking!

Cheers!

commit 382d5fc9ac36673568aa69fb754f1b2008190ac0
Author: Akim Demaille <akim.demaille@gmail.com>
Date:   Sat Nov 7 07:18:00 2020 +0100

    doc: fix typo
    
    Reported by Kaz Kylheku.
    https://lists.gnu.org/r/bison-patches/2020-11/msg00019.html
    
    * doc/bison.texi (Versioning): here.

diff --git a/doc/bison.texi b/doc/bison.texi
index 46a7deb8..d0892015 100644
--- a/doc/bison.texi
+++ b/doc/bison.texi
@@ -14972,7 +14972,6 @@ is shipped as part of the Ocaml compiler suite.
 @c ================================================= Version Compatibility
 
 @node Versioning
-
 @chapter Bison Version Compatibility: Best Practices
 @cindex version
 @cindex compatibility
@@ -14980,7 +14979,7 @@ is shipped as part of the Ocaml compiler suite.
 Bison provides a Yacc compatibility mode in which it strives to conform with
 the POSIX standard.  Grammar files which are written to the POSIX standard, and
 do not take advantage of any of the special capabilities of Bison, should
-work with many version of Bison without modification.
+work with many versions of Bison without modification.
 
 All other features of Bison are particular to Bison, and are changing.  Bison
 is actively maintained and continuously evolving.  It should come as no
@@ -16422,8 +16421,10 @@ London, Department of Computer Science, TR-00-12 
(December 2000).
 @c LocalWords: getLocation getExpectedTokens reportSyntaxError bistromathic
 @c LocalWords: TokenKind Automake's rtti Wcounterexamples Chinawat PLDI
 @c LocalWords: Isradisaikul tcite pcite rgbGreen colorGreen rgbYellow Wcex
-@c LocalWords: colorYellow rgbRed colorRed rgbBlue colorBlue rgbPurple
+@c LocalWords: colorYellow rgbRed colorRed rgbBlue colorBlue rgbPurple Ddoc
 @c LocalWords: colorPurple ifhtml ifnothtml situ rcex MERCHANTABILITY Wnone
+@c LocalWords:  diagError diagNotice diagWarning diagOff danglingElseCex
+@c LocalWords:  YYLocation YYPosition nonunifying
 
 @c Local Variables:
 @c ispell-dictionary: "american"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]