From: Paul Eggert Date: Tue, 7 Jan 2003 06:38:02 +0000 (+0000) Subject: (Generalized LR Parsing): Add a reference to the GLR paper of Scott, X-Git-Tag: BISON-2_0~437 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/f6481e2fdc8adb1096d73e0f603ce8d5874d486f (Generalized LR Parsing): Add a reference to the GLR paper of Scott, Johnstone and Hussain. --- diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 8cabdb63..32570b04 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -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