From: Akim Demaille Date: Mon, 3 Sep 2012 14:19:00 +0000 (+0200) Subject: todo: check push parsers X-Git-Tag: v2.7.90~344 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/836dc3342b26ecd944bf3c91a9990f49f46ca9ef todo: check push parsers --- diff --git a/TODO b/TODO index 02f3efb3..2907d992 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,8 @@ * Short term +** push-parser +Check it too when checking the different kinds of parsers. And be +sure to check that the initial-action is performed once per parsing. + ** m4 names b4_shared_declarations is no longer what it is. Make it b4_parser_declaration for instance.