bison-patches
[Top][All Lists]
Advanced

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

FYI: --help mentions GLR


From: Joel E. Denny
Subject: FYI: --help mentions GLR
Date: Sun, 28 May 2006 23:39:13 -0400 (EDT)

I installed this.

2006-05-29  Joel E. Denny  <address@hidden>

        * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.

Index: src/getargs.c
===================================================================
RCS file: /sources/bison/bison/src/getargs.c,v
retrieving revision 1.68
diff -p -u -r1.68 getargs.c
--- src/getargs.c       14 May 2006 20:40:34 -0000      1.68
+++ src/getargs.c       29 May 2006 03:32:56 -0000
@@ -198,7 +198,7 @@ usage (int status)
       /* Some efforts were made to ease the translators' task, please
         continue.  */
       fputs (_("\
-GNU bison generates parsers for LALR(1) grammars.\n"), stdout);
+GNU bison generates parsers for LALR(1) or GLR grammars.\n"), stdout);
       putc ('\n', stdout);
 
       fprintf (stdout, _("\




reply via email to

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