todo: POSIX yacc and prototypes
Akim Demaille <[email protected]> Tue, 3 Aug 2021 09:06:45 +0200
| Newsgroups | gmane.comp.parsers.bison.patches |
|---|---|
| Message-ID | <[email protected]> |
commit e14825ecb7faa849c77b8e0396ec9c30ee4518f6 Author: Akim Demaille <[email protected]> Date: Tue Aug 3 08:09:28 2021 +0200 todo: POSIX yacc and prototypes diff --git a/TODO b/TODO index a07e22e32..52c595ddd 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,8 @@ * Soon +** POSIX updates +See the recent changes about function prototypes in POSIX Yacc. Implement +them. + ** Missing tests commit c22902e360e0fbbe9fd5657dcf107e03166da309 Author: Akim Demaille <[email protected]>