Reorganize GLR section a bit.

This commit is contained in:
Paul Eggert
2004-06-22 06:50:29 +00:00
parent 0817d1eccb
commit fa7e68c397
2 changed files with 281 additions and 229 deletions

View File

@@ -1,3 +1,17 @@
2004-06-21 Paul Eggert <eggert@cs.ucla.edu>
* doc/bison.texinfo: Minor editorial changes, mostly to the new
GLR writeups. E.g., avoid frenchspacing and the future tense,
change "lookahead" to "look-ahead", and change "wrt" to "with
respect to".
2004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
* doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
New sections, split off from the GLR Parsers section. Put the new
Simple GLR Parser near the start of the GLR section, for clarity.
Rewrite connective text.
2004-06-21 Frank Heckenbach <frank@g-n-u.de>
* doc/bison.texinfo (Simple GLR Parsers): New section.