From: Akim Demaille Date: Fri, 3 May 2002 15:07:35 +0000 (+0000) Subject: Warnings. X-Git-Tag: BISON-1_49b~252 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/0164db681e22e56db4b01990e72b335b66f48197 Warnings. --- diff --git a/TODO b/TODO index a43659b4..779cf9e5 100644 --- a/TODO +++ b/TODO @@ -341,6 +341,12 @@ $$ = $1. I therefore think that one should implement a Bison option where every typed default rule is explicitly written out (same typed ruled can of course be grouped together). +* Warnings +It would be nice to have warning support. See how Autoconf handles +them, it is fairly well described there. It would be very nice to +implement this in such a way that other programs could use +lib/warnings.[ch]. + * Pre and post actions. From: Florian Krohm Subject: YYACT_EPILOGUE