2 Sep
2020
2 Sep
'20
8:26 p.m.
Hi Jacek, Thanks for reviewing my patch. I have attached new version which works with your testcase, too. Robert On Mon, 2020-08-24 at 12:04 +0200, Jacek Caban wrote:
Hi Robert,
On 23.08.2020 08:59, Robert Wilhelm wrote:
+ | tFOR Identifier '=' Expression tTO Expression Step_opt ':' SimpleStatement ':' tNEXT + { $$ = new_forto_statement(ctx, @$, $2, $4, $6, $7, $9); CHECK_ERROR; }
I think that the root of the problem is deeper in how we handle statement separators. See the attached test for an example.
Thanks,
Jacek