mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 12:53:03 +00:00
Expand GLR acronym in summary of Bison.
Based on discussion with Akim Demaille starting at <http://lists.gnu.org/archive/html/bison-patches/2009-04/msg00087.html>. * doc/bison.texinfo (Introduction): Here. * src/getargs.c (usage): Here.
This commit is contained in:
@@ -257,8 +257,8 @@ usage (int status)
|
||||
|
||||
printf (_("Usage: %s [OPTION]... FILE\n"), program_name);
|
||||
fputs (_("\
|
||||
Generate a deterministic or GLR parser employing LALR(1), IELR(1), or\n\
|
||||
canonical LR(1) parser tables.\n\
|
||||
Generate a deterministic LR or generalized LR (GLR) parser employing\n\
|
||||
LALR(1), IELR(1), or canonical LR(1) parser tables.\n\
|
||||
\n\
|
||||
"), stdout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user