(Generalized LR Parsing): Add a reference to the GLR paper of Scott,
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Jan 2003 06:38:02 +0000 (06:38 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 7 Jan 2003 06:38:02 +0000 (06:38 +0000)
Johnstone and Hussain.

doc/bison.texinfo

index 8cabdb6..32570b0 100644 (file)
@@ -5182,6 +5182,13 @@ structure should generally be adequate.  On @acronym{LALR}(1) portions of a
 grammar, in particular, it is only slightly slower than with the default
 Bison parser.
 
+For a more detailed exposition of GLR parsers, please see: Elizabeth
+Scott, Adrian Johnstone and Shamsa Sadaf Hussain, Tomita-Style
+Generalised @acronym{LR} Parsers, Royal Holloway, University of
+London, Department of Computer Science, TR-00-12,
+@uref{http://www.cs.rhul.ac.uk/research/languages/publications/tomita_style_1.ps},
+(2000-12-24).
+
 @node Stack Overflow
 @section Stack Overflow, and How to Avoid It
 @cindex stack overflow