X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/83ccf991a6b09a2f93e97dab936f6d3574e27d68..0164db681e22e56db4b01990e72b335b66f48197:/TODO 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