summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-06-21 20:20:31 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-06-21 20:20:31 +0000
commit8dd162d3ff10fd7fb6f748a885f8055232691c48 (patch)
tree960f6a74b395b901e226d00c1ec48c52dbe70259 /TODO
parent57a90331bd7ac120e1e495bec4abf90e4732e762 (diff)
downloadbison-8dd162d3ff10fd7fb6f748a885f8055232691c48.tar.gz
Use "look-ahead" instead of "lookahead", consistently.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index a3005240..4762559e 100644
--- a/TODO
+++ b/TODO
@@ -29,7 +29,7 @@ Currently, the GLR parser cannot compile with a C++ compiler.
** GLR
How would Paul like to display the conflicted actions? In particular,
-what when two reductions are possible on a given lookahead, but one is
+what when two reductions are possible on a given look-ahead token, but one is
part of $default. Should we make the two reductions explicit, or just
keep $default? See the following point.
@@ -337,7 +337,7 @@ the parser with a means to create the (visual) parse tree.
-----
-Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
+Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Bison.