[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/17] RFC: multiple start symbols
From: |
Akim Demaille |
Subject: |
Re: [PATCH 00/17] RFC: multiple start symbols |
Date: |
Sun, 27 Sep 2020 10:20:33 +0200 |
Hi Paul, Hi Adrian,
Thanks a lot for your feedback. I was hoping to get more opinions though.
I am going to install these changes, and work on them from master. There
remains quite a lot of work, to address the other skeletons, and other issues
such as push parsing. And the documentation, of course. And more tests.
The version I will push has a few minor changes. In particular, yyparse_yyimpl
and yyparse_yyimpl_t are now yy_parse_impl and yy_parse_impl_t to emphasize
more clearly that they are implementation details.
I think 3.8 is now defined: official support for D, clean C++ reimplementation
of glr.cc, and multiple start symbols. That's way enough work for a release.
Cheers!
- [PATCH 11/17] multistart: toy with it in lexcalc, (continued)
- [PATCH 11/17] multistart: toy with it in lexcalc, Akim Demaille, 2020/09/20
- [PATCH 12/17] todo: more, Akim Demaille, 2020/09/20
- [PATCH 13/17] multistart: adjust reader checks for generated rules, Akim Demaille, 2020/09/20
- [PATCH 14/17] multistart: use b4_accept instead of action post-processing, Akim Demaille, 2020/09/20
- [PATCH 15/17] multistart: allow tokens as start symbols, Akim Demaille, 2020/09/20
- [PATCH 16/17] yacc.c: also count calls to YYERROR in yynerrs, Akim Demaille, 2020/09/20
- [PATCH 17/17] multistart: also give access to yynerrs, Akim Demaille, 2020/09/20
- Re: [PATCH 00/17] RFC: multiple start symbols, Paul Eggert, 2020/09/20
- Re: [PATCH 00/17] RFC: multiple start symbols, Akim Demaille, 2020/09/23
- Re: [PATCH 00/17] RFC: multiple start symbols, Adrian Vogelsgesang, 2020/09/23
- Re: [PATCH 00/17] RFC: multiple start symbols,
Akim Demaille <=
- Re: [PATCH 00/17] RFC: multiple start symbols, Rici Lake, 2020/09/27
- Re: multistart: returning structs, Akim Demaille, 2020/09/29
- Re: multistart: yynerrs, Akim Demaille, 2020/09/29
- Re: multistart: free choice of the start symbol, Akim Demaille, 2020/09/29