summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <joeldenny@joeldenny.org>2011-03-20 17:41:23 -0400
committerJoel E. Denny <joeldenny@joeldenny.org>2011-03-20 17:42:12 -0400
commit56706c6167f1cbfde3f48ea63ce6eaa56369f971 (patch)
treebc5beeb6bf292fd20e725a53052e6a59664a9480
parenta6e5a28079865c4924194685723962f198fd33ff (diff)
downloadbison-56706c6167f1cbfde3f48ea63ce6eaa56369f971.tar.gz
doc: fix confusing citation of LAC publication.
Suggested by Akim Demaille. * doc/bison.texinfo (LAC): Here.
-rw-r--r--ChangeLog6
-rw-r--r--doc/bison.texinfo7
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bcbc9eae..53dfb150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-03-20 Joel E. Denny <joeldenny@joeldenny.org>
+ doc: fix confusing citation of LAC publication.
+ Suggested by Akim Demaille.
+ * doc/bison.texinfo (LAC): Here.
+
+2011-03-20 Joel E. Denny <joeldenny@joeldenny.org>
+
lr.default-reductions: rename "full" value to "most".
Unlike "consistent" and "accepting", "full" doesn't answer the
question of "which states".
diff --git a/doc/bison.texinfo b/doc/bison.texinfo
index 9e366da4..8ecb5fb0 100644
--- a/doc/bison.texinfo
+++ b/doc/bison.texinfo
@@ -7256,10 +7256,9 @@ never physically copied. In our experience, the performance penalty of LAC
has proven insignificant for practical grammars.
@end itemize
-While the basic premise behind LAC has been recognized in the parser
-community for years, for the first publication that uses the term LAC and
-that discusses Bison's LAC implementation, @pxref{Bibliography,,Denny 2010
-May}.
+While the LAC algorithm shares techniques that have been recognized in the
+parser community for years, for the publication that introduces LAC,
+@pxref{Bibliography,,Denny 2010 May}.
@node Unreachable States
@subsection Unreachable States