]> git.saurik.com Git - bison.git/blobdiff - TODO
(STRING_FREE): Don't use FLEX_PREFIX (last_string)
[bison.git] / TODO
diff --git a/TODO b/TODO
index 76ca73627511b6fa036403a2ba565367b8f69df2..96d5d2a489e05c40162e500583536b2584537d1e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,6 +12,15 @@ They should not: it is not documented.  But if they need to, let's
 find something clean (not like YYLSP_NEEDED...).
 
 
+* Installation
+
+** Disable installation of yacc.
+
+Add an option to 'configure' that allows people to install Bison
+without installing the yacc wrapper script or the rarely-used little
+yacc library required by Posix.  This is for people who prefer some
+other implementation of yacc.
+
 * Documentation
 Before releasing, make sure the documentation ("Understanding your
 parser") refers to the current `output' format.
@@ -27,7 +36,7 @@ Catch up with yacc.c.
 
 **  GLR
 How would Paul like to display the conflicted actions?  In particular,
-what when two reductions are possible on a given look-ahead token, but one is
+what when two reductions are possible on a given lookahead token, but one is
 part of $default.  Should we make the two reductions explicit, or just
 keep $default?  See the following point.