X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/455671735e6f4e9712c2f5ac1bc153b07b33e67b..4f82b42a9d5ce6f0baa70714f25346ba9303be73:/TODO diff --git a/TODO b/TODO index 76ca7362..96d5d2a4 100644 --- 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.